Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.domain.Role
-
Packages that use Role Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.domain -
-
Uses of Role in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.domain
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.domain that return Role Modifier and Type Method Description static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.
-