Class GlobalSecurityConfiguration

    • Field Detail

      • CACHE_SIZE

        public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Integer> CACHE_SIZE
      • CACHE_TIMEOUT

        public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Long> CACHE_TIMEOUT
    • Constructor Detail

      • GlobalSecurityConfiguration

        public GlobalSecurityConfiguration​(GlobalAuthorizationConfiguration authorization,
                                           org.infinispan.commons.configuration.attributes.AttributeSet attributes)
    • Method Detail

      • getElementDefinition

        public org.infinispan.commons.configuration.elements.ElementDefinition getElementDefinition()
        Specified by:
        getElementDefinition in interface BaseConfigurationInfo
        Returns:
        the ElementDefinition of the configuration.
      • securityCacheSize

        public long securityCacheSize()
      • securityCacheTimeout

        public long securityCacheTimeout()
      • attributes

        public org.infinispan.commons.configuration.attributes.AttributeSet attributes()
        Specified by:
        attributes in interface BaseConfigurationInfo
        Returns:
        the AttributeSet declared by the configuration.
      • equals

        public boolean equals​(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()