Uses of Interface
jakarta.security.jacc.Policy

Packages that use Policy
Package
Description
This package contains the Jakarta Authorization API
  • Uses of Policy in jakarta.security.jacc

    Methods in jakarta.security.jacc that return Policy
    Modifier and Type
    Method
    Description
    PolicyFactory.getPolicy()
    This method is used to obtain an instance of the provider specific class that implements the Policy interface that corresponds to policy context within the provider.
    abstract Policy
    PolicyFactory.getPolicy(String contextId)
    This method is used to obtain an instance of the provider specific class that implements the Policy interface that corresponds to policy context within the provider.
    Methods in jakarta.security.jacc with parameters of type Policy
    Modifier and Type
    Method
    Description
    void
    PolicyFactory.setPolicy(Policy policy)
    Set the context Policy implementation.
    abstract void
    PolicyFactory.setPolicy(String contextId, Policy policy)
    Set the context Policy implementation.