Interface ProviderService
public interface ProviderService
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.security.jacc.PolicyReturns the instance representing the provider-specific implementation of the jakarta.security.jacc.Policy interface associated with the provided PolicyContext.jakarta.security.jacc.PolicyConfigurationFactoryReturns the instance representing the provider-specific implementation of the jakarta.security.jacc.PolicyConfigurationFactory abstract class.
-
Method Details
-
getPolicy
Returns the instance representing the provider-specific implementation of the jakarta.security.jacc.Policy interface associated with the provided PolicyContext.- Parameters:
policy- context ID that is associated with the returned Policy- Returns:
- An instance which implements the Policy interface.
-
getPolicyConfigFactory
jakarta.security.jacc.PolicyConfigurationFactory getPolicyConfigFactory()Returns the instance representing the provider-specific implementation of the jakarta.security.jacc.PolicyConfigurationFactory abstract class.- Returns:
- An instance which implements PolicyConfigurationFactory class.
-