Interface AuthMapper
-
- All Known Implementing Classes:
DefaultAuthMapper
public interface AuthMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthMapperResult
build(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authenticationEventExecutionPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, AuthPolicyTO policy, List<AuthModuleTO> authModules)
boolean
supports(AuthPolicyConf conf)
-
-
-
Method Detail
-
supports
boolean supports(AuthPolicyConf conf)
-
build
AuthMapperResult build(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authenticationEventExecutionPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, AuthPolicyTO policy, List<AuthModuleTO> authModules)
-
-