Class DefaultAuthMapper
java.lang.Object
org.apache.syncope.wa.starter.mapping.DefaultAuthMapper
- All Implemented Interfaces:
AuthMapper
-
Field Summary
-
Constructor Summary
-
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.RegisteredServiceAuthenticationPolicyCriteria
buildCriteria
(DefaultAuthPolicyConf policyConf) boolean
supports
(AuthPolicyConf conf)
-
Field Details
-
LOG
-
-
Constructor Details
-
DefaultAuthMapper
public DefaultAuthMapper()
-
-
Method Details
-
supports
- Specified by:
supports
in 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:
build
in interfaceAuthMapper
-