Package org.apache.syncope.core.logic
Class AbstractAuthProfileLogic
- java.lang.Object
 - 
- org.apache.syncope.core.logic.AbstractLogic<T>
 - 
- org.apache.syncope.core.logic.AbstractTransactionalLogic<AuthProfileTO>
 - 
- org.apache.syncope.core.logic.AbstractAuthProfileLogic
 
 
 
 
- 
- Direct Known Subclasses:
 AuthProfileLogic,GoogleMfaAuthAccountLogic,GoogleMfaAuthTokenLogic,ImpersonationLogic,MfaTrusStorageLogic,U2FRegistrationLogic,WebAuthnRegistrationLogic
public abstract class AbstractAuthProfileLogic extends AbstractTransactionalLogic<AuthProfileTO>
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected AuthProfileDAOauthProfileDAOprotected AuthProfileDataBinderbinder- 
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractAuthProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthProfileTOresolveReference(Method method, Object... args)- 
Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference 
 - 
 
 - 
 
- 
- 
Field Detail
- 
authProfileDAO
protected final AuthProfileDAO authProfileDAO
 
- 
binder
protected final AuthProfileDataBinder binder
 
 - 
 
- 
Constructor Detail
- 
AbstractAuthProfileLogic
public AbstractAuthProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
 
 - 
 
- 
Method Detail
- 
resolveReference
protected AuthProfileTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException
- Specified by:
 resolveReferencein classAbstractLogic<AuthProfileTO>- Throws:
 UnresolvedReferenceException
 
 - 
 
 -