Class DefaultAuthMapper
- java.lang.Object
-
- org.apache.syncope.wa.starter.mapping.DefaultAuthMapper
-
- All Implemented Interfaces:
AuthMapper
public class DefaultAuthMapper extends Object implements AuthMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthMapperResult
build(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 Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
supports
public boolean supports(AuthPolicyConf conf)
- 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
-
-