Uses of Enum Class
uk.ac.manchester.spinnaker.alloc.security.TrustLevel
Packages that use TrustLevel
Package
Description
Miscellaneous model classes for spalloc.
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 TrustLevelModifier and TypeMethodDescription@NotNull(message="a trust level must be given") TrustLevel
UserRecord.getTrustLevel()
Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type TrustLevel -
Uses of TrustLevel in uk.ac.manchester.spinnaker.alloc.security
Methods in uk.ac.manchester.spinnaker.alloc.security that return TrustLevelModifier and TypeMethodDescriptionstatic TrustLevel
Returns the enum constant of this class with the specified name.static TrustLevel[]
TrustLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.ac.manchester.spinnaker.alloc.security with parameters of type TrustLevelModifier and TypeMethodDescriptionboolean
LocalAuthenticationProvider.createUser
(String username, String password, TrustLevel trustLevel) Create a user.boolean
LocalAuthProviderImpl.createUser
(String username, String password, TrustLevel trustLevel)