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
Modifier and TypeFieldDescriptionprotected final AuthProfileDAO
protected final AuthProfileDataBinder
protected final EntityFactory
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
ConstructorDescriptionAbstractAuthProfileLogic
(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected AuthProfile
authProfile
(String owner) protected AuthProfileTO
resolveReference
(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:
resolveReference
in classAbstractLogic<AuthProfileTO>
- Throws:
UnresolvedReferenceException
-