Interface AuthorizerConfigurationContext


public interface AuthorizerConfigurationContext
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns:
      identifier for the authorizer
    • getProperties

      Map<String,String> getProperties()
      Retrieves all properties the component currently understands regardless of whether a value has been set for them or not. If no value is present then its value is null and thus any registered default for the property descriptor applies.
      Returns:
      Map of all properties
    • getProperty

      PropertyValue getProperty(String property)
      Parameters:
      property - to lookup the descriptor and value of
      Returns:
      the value the component currently understands for the given PropertyDescriptor