Package org.apache.syncope.core.logic
Class AbstractAuthProfileLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<AuthProfileTO>
org.apache.syncope.core.logic.AbstractTransactionalLogic<AuthProfileTO>
org.apache.syncope.core.logic.AbstractAuthProfileLogic
- Direct Known Subclasses:
AuthProfileLogic,GoogleMfaAuthAccountLogic,GoogleMfaAuthTokenLogic,ImpersonationLogic,MfaTrusStorageLogic,WebAuthnRegistrationLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AuthProfileDAOprotected final AuthProfileDataBinderprotected final EntityFactoryFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAuthProfileLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected AuthProfileauthProfile(String owner) protected AuthProfileTOresolveReference(Method method, Object... args) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
authProfileDAO
-
binder
-
entityFactory
-
-
Constructor Details
-
AbstractAuthProfileLogic
public AbstractAuthProfileLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory)
-
-
Method Details
-
authProfile
-
resolveReference
protected AuthProfileTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReferencein classAbstractLogic<AuthProfileTO>- Throws:
UnresolvedReferenceException
-