Class DefaultAuthMapper
java.lang.Object
org.apache.syncope.wa.starter.mapping.DefaultAuthMapper
- All Implemented Interfaces:
AuthMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authEventExecPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, AuthPolicyTO policy, List<AuthModuleTO> authModules) protected org.apereo.cas.services.RegisteredServiceAuthenticationPolicyCriteriabuildCriteria(DefaultAuthPolicyConf policyConf) booleansupports(AuthPolicyConf conf)
-
Field Details
-
LOG
-
-
Constructor Details
-
DefaultAuthMapper
public DefaultAuthMapper()
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceAuthMapper
-
buildCriteria
protected org.apereo.cas.services.RegisteredServiceAuthenticationPolicyCriteria buildCriteria(DefaultAuthPolicyConf policyConf) -
build
public AuthMapperResult build(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authEventExecPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, AuthPolicyTO policy, List<AuthModuleTO> authModules) - Specified by:
buildin interfaceAuthMapper
-