Interface ProviderService


public interface ProviderService
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.security.jacc.Policy
    getPolicy(String contextId)
    Returns the instance representing the provider-specific implementation of the jakarta.security.jacc.Policy interface associated with the provided PolicyContext.
    jakarta.security.jacc.PolicyConfigurationFactory
    Returns the instance representing the provider-specific implementation of the jakarta.security.jacc.PolicyConfigurationFactory abstract class.
  • Method Details

    • getPolicy

      jakarta.security.jacc.Policy getPolicy(String contextId)
      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.