Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationSequenceModuleType
-
Packages that use AuthenticationSequenceModuleType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
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
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AuthenticationSequenceModuleType Modifier and Type Field Description static Producer<AuthenticationSequenceModuleType>
AuthenticationSequenceModuleType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AuthenticationSequenceModuleType Modifier and Type Method Description AuthenticationSequenceModuleType
AuthenticationSequenceType. beginModule()
AuthenticationSequenceModuleType
AuthenticationSequenceModuleType. clone()
AuthenticationSequenceModuleType
ObjectFactory. createAuthenticationSequenceModuleType()
AuthenticationSequenceModuleType
AuthenticationSequenceModuleType. description(String value)
AuthenticationSequenceModuleType
AuthenticationSequenceModuleType. documentation(String value)
AuthenticationSequenceModuleType
AuthenticationSequenceModuleType. name(String value)
AuthenticationSequenceModuleType
AuthenticationSequenceModuleType. necessity(AuthenticationSequenceModuleNecessityType value)
AuthenticationSequenceModuleType
AuthenticationSequenceModuleType. 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 AuthenticationSequenceType
AuthenticationSequenceType. module(AuthenticationSequenceModuleType value)
-