Interface ContextProvider


  • public interface ContextProvider
    This interface is used to bundle the two elements that make up a full JACC Provider (authorization module), the PolicyConfigurationFactory and the Policy.
    Author:
    Arjan Tijms
    • Method Detail

      • getPolicyConfigurationFactory

        jakarta.security.jacc.PolicyConfigurationFactory getPolicyConfigurationFactory()
        Returns the PolicyConfigurationFactory element of the JACC Provider
        Returns:
        the PolicyConfigurationFactory
      • getPolicy

        Policy getPolicy()
        Returns the Policy element of the JACC Provider
        Returns:
        the Policy