Uses of Enum Class
com.loomcache.server.security.CertPermissionMapper.PermissionLevel
Packages that use CertPermissionMapper.PermissionLevel
-
Uses of CertPermissionMapper.PermissionLevel in com.loomcache.server.security
Subclasses with type arguments of type CertPermissionMapper.PermissionLevel in com.loomcache.server.securityModifier and TypeClassDescriptionstatic enumPermission levels for certificate-based authorization.Methods in com.loomcache.server.security that return CertPermissionMapper.PermissionLevelModifier and TypeMethodDescriptionCertPermissionMapper.parsePermissionLevel(String level) Parse a permission level string to the enum value.@Nullable CertPermissionMapper.PermissionLevelResolve the permission level for a given Common Name.@Nullable CertPermissionMapper.PermissionLevelAuthenticationHandler.resolveFromCertificate(ConnectionContext ctx) Resolve permission level from a connection's TLS client certificate.@Nullable CertPermissionMapper.PermissionLevelCertPermissionMapper.resolveFromCertificate(X509Certificate cert) Extract the Common Name from an X.509 certificate and resolve its permission level.Returns the enum constant of this class with the specified name.static CertPermissionMapper.PermissionLevel[]CertPermissionMapper.PermissionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.loomcache.server.security with type arguments of type CertPermissionMapper.PermissionLevelModifierConstructorDescriptionCertPermissionMapper(Map<String, CertPermissionMapper.PermissionLevel> cnMappings) Creates a new mapper from CN-to-permission-level string mappings.