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") TrustLevelUserRecord.getTrustLevel()Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type TrustLevel -
Uses of TrustLevel in uk.ac.manchester.spinnaker.alloc.security
Subclasses with type arguments of type TrustLevel in uk.ac.manchester.spinnaker.alloc.securityMethods in uk.ac.manchester.spinnaker.alloc.security that return TrustLevelModifier and TypeMethodDescriptionstatic TrustLevelReturns 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 TypeMethodDescriptionbooleanLocalAuthenticationProvider.createUser(String username, String password, TrustLevel trustLevel) Create a user.booleanLocalAuthProviderImpl.createUser(String username, String password, TrustLevel trustLevel)