Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationSequenceModuleType
-
Packages that use AuthenticationSequenceModuleType Package Description com.evolveum.midpoint.model.api.authentication com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AuthenticationSequenceModuleType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type AuthenticationSequenceModuleType Modifier and Type Method Description List<AuthenticationSequenceModuleType>MidpointAuthentication. getModules() -
Uses of AuthenticationSequenceModuleType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type AuthenticationSequenceModuleType Modifier and Type Method Description static List<AuthenticationSequenceModuleType>SecurityPolicyUtil. getSortedModules(AuthenticationSequenceType sequence) -
Uses of AuthenticationSequenceModuleType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AuthenticationSequenceModuleType Modifier and Type Method Description AuthenticationSequenceModuleTypeAuthenticationSequenceType. beginModule()AuthenticationSequenceModuleTypeAuthenticationSequenceModuleType. clone()AuthenticationSequenceModuleTypeObjectFactory. createAuthenticationSequenceModuleType()Create an instance ofAuthenticationSequenceModuleTypeAuthenticationSequenceModuleTypeAuthenticationSequenceModuleType. description(String value)AuthenticationSequenceModuleTypeAuthenticationSequenceModuleType. documentation(String value)AuthenticationSequenceModuleTypeAuthenticationSequenceModuleType. name(String value)AuthenticationSequenceModuleTypeAuthenticationSequenceModuleType. necessity(AuthenticationSequenceModuleNecessityType value)AuthenticationSequenceModuleTypeAuthenticationSequenceModuleType. order(Integer value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AuthenticationSequenceModuleType Modifier and Type Method Description List<AuthenticationSequenceModuleType>AuthenticationSequenceType. createModuleList()List<AuthenticationSequenceModuleType>AuthenticationSequenceType. getModule()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AuthenticationSequenceModuleType Modifier and Type Method Description AuthenticationSequenceTypeAuthenticationSequenceType. module(AuthenticationSequenceModuleType value)
-