Uses of Class
com.evolveum.midpoint.model.api.authentication.StateOfModule
-
Packages that use StateOfModule Package Description com.evolveum.midpoint.model.api.authentication -
-
Uses of StateOfModule in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return StateOfModule Modifier and Type Method Description StateOfModule
ModuleAuthentication. getState()
static StateOfModule
StateOfModule. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateOfModule[]
StateOfModule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.model.api.authentication with parameters of type StateOfModule Modifier and Type Method Description void
ModuleAuthentication. setState(StateOfModule state)
-