Uses of Class
uk.ac.manchester.spinnaker.alloc.security.TrustLevel
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
uk.ac.manchester.spinnaker.alloc.security |
Application security services for new Spalloc.
|
-
Uses of TrustLevel in uk.ac.manchester.spinnaker.alloc.model
Methods in uk.ac.manchester.spinnaker.alloc.model that return TrustLevel Modifier and Type Method Description @NotNull(message="a trust level must be given") TrustLevel
UserRecord. getTrustLevel()
Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type TrustLevel Modifier and Type Method Description void
UserRecord. setTrustLevel(TrustLevel trustLevel)
-
Uses of TrustLevel in uk.ac.manchester.spinnaker.alloc.security
Methods in uk.ac.manchester.spinnaker.alloc.security that return TrustLevel Modifier and Type Method Description static TrustLevel
TrustLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static TrustLevel[]
TrustLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.manchester.spinnaker.alloc.security with parameters of type TrustLevel Modifier and Type Method Description boolean
LocalAuthenticationProvider. createUser(String username, String password, TrustLevel trustLevel)
Create a user.boolean
LocalAuthProviderImpl. createUser(String username, String password, TrustLevel trustLevel)