Class 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 the org.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 the org.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration
        See Also:
        Constant Field Values