Class RegistrationConstants
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.security.RegistrationConstants
-
public abstract class RegistrationConstants extends java.lang.Object
Holds the names of well-known registration properties for security-related components
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
OAK_SECURITY_NAME
Name to be used when registering components that are required by theorg.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration
-
-
-
Field Detail
-
OAK_SECURITY_NAME
public static final java.lang.String OAK_SECURITY_NAME
Name to be used when registering components that are required by theorg.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration
- See Also:
- Constant Field Values
-
-