Package fish.payara.jacc
Interface ContextProvider
-
- All Known Implementing Classes:
ContextProviderImpl
public interface ContextProviderThis interface is used to bundle the two elements that make up a full JACC Provider (authorization module), thePolicyConfigurationFactoryand thePolicy.- Author:
- Arjan Tijms
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicygetPolicy()Returns the Policy element of the JACC Providerjakarta.security.jacc.PolicyConfigurationFactorygetPolicyConfigurationFactory()Returns the PolicyConfigurationFactory element of the JACC Provider
-
-
-
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
-
-