Uses of Class
com.yahoo.vespa.hosted.controller.api.role.RoleDefinition
-
Packages that use RoleDefinition Package Description com.yahoo.vespa.hosted.controller.api.role -
-
Uses of RoleDefinition in com.yahoo.vespa.hosted.controller.api.role
Methods in com.yahoo.vespa.hosted.controller.api.role that return RoleDefinition Modifier and Type Method Description RoleDefinitionRole. definition()Returns the role definition of this bound role.static RoleDefinitionRoleDefinition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RoleDefinition[]RoleDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-