Uses of Class
org.molgenis.security.core.SecurityContextUpdateAction.Type
-
Packages that use SecurityContextUpdateAction.Type Package Description org.molgenis.security.core -
-
Uses of SecurityContextUpdateAction.Type in org.molgenis.security.core
Methods in org.molgenis.security.core that return SecurityContextUpdateAction.Type Modifier and Type Method Description abstract SecurityContextUpdateAction.TypeSecurityContextUpdateAction. getType()static SecurityContextUpdateAction.TypeSecurityContextUpdateAction.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityContextUpdateAction.Type[]SecurityContextUpdateAction.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.molgenis.security.core with parameters of type SecurityContextUpdateAction.Type Modifier and Type Method Description static SecurityContextUpdateActionSecurityContextUpdateAction. create(String newUsername, String newRoleName, SecurityContextUpdateAction.Type newType)abstract SecurityContextUpdateAction.BuilderSecurityContextUpdateAction.Builder. setType(SecurityContextUpdateAction.Type newType)
-