Uses of Class
org.apache.syncope.wa.starter.mapping.AuthMapperResult
-
Packages that use AuthMapperResult Package Description org.apache.syncope.wa.starter.mapping -
-
Uses of AuthMapperResult in org.apache.syncope.wa.starter.mapping
Fields in org.apache.syncope.wa.starter.mapping declared as AuthMapperResult Modifier and Type Field Description static AuthMapperResult
AuthMapperResult. EMPTY
Methods in org.apache.syncope.wa.starter.mapping that return AuthMapperResult Modifier and Type Method Description AuthMapperResult
AuthMapper. build(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authenticationEventExecutionPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, AuthPolicyTO policy, List<AuthModuleTO> authModules)
AuthMapperResult
DefaultAuthMapper. build(String pac4jCoreName, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authEventExecPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, AuthPolicyTO policy, List<AuthModuleTO> authModules)
-