Uses of Class
org.gcube.informationsystem.resourceregistry.contexts.security.SecurityContext.SecurityType
-
Packages that use SecurityContext.SecurityType Package Description org.gcube.informationsystem.resourceregistry.contexts.security -
-
Uses of SecurityContext.SecurityType in org.gcube.informationsystem.resourceregistry.contexts.security
Methods in org.gcube.informationsystem.resourceregistry.contexts.security that return SecurityContext.SecurityType Modifier and Type Method Description static SecurityContext.SecurityTypeSecurityContext.SecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityContext.SecurityType[]SecurityContext.SecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.informationsystem.resourceregistry.contexts.security with parameters of type SecurityContext.SecurityType Modifier and Type Method Description static StringSecurityContext. getRoleOrUserName(SecurityContext.PermissionMode permissionMode, SecurityContext.SecurityType securityType)static StringSecurityContext. getRoleOrUserName(SecurityContext.PermissionMode permissionMode, SecurityContext.SecurityType securityType, boolean hierarchic)StringSecurityContext. getSecurityRoleOrUserName(SecurityContext.PermissionMode permissionMode, SecurityContext.SecurityType securityType, boolean hierarchic)
-