Class AbstractMethodSecurityMetadataSource

    • Field Detail

      • logger

        protected final org.apache.commons.logging.Log logger
        Deprecated.
    • Constructor Detail

      • AbstractMethodSecurityMetadataSource

        public AbstractMethodSecurityMetadataSource()
        Deprecated.
    • Method Detail

      • getAttributes

        public final java.util.Collection<ConfigAttribute> getAttributes​(java.lang.Object object)
        Deprecated.
        Description copied from interface: SecurityMetadataSource
        Accesses the ConfigAttributes that apply to a given secure object.
        Specified by:
        getAttributes in interface SecurityMetadataSource
        Parameters:
        object - the object being secured
        Returns:
        the attributes that apply to the passed in secured object. Should return an empty collection if there are no applicable attributes.
      • supports

        public final boolean supports​(java.lang.Class<?> clazz)
        Deprecated.
        Description copied from interface: SecurityMetadataSource
        Indicates whether the SecurityMetadataSource implementation is able to provide ConfigAttributes for the indicated secure object type.
        Specified by:
        supports in interface SecurityMetadataSource
        Parameters:
        clazz - the class that is being queried
        Returns:
        true if the implementation can process the indicated class