Uses of Class
javax.security.jacc.PolicyContextException

Uses of PolicyContextException in javax.security.jacc
 

Methods in javax.security.jacc that throw PolicyContextException
static PolicyConfigurationFactory PolicyConfigurationFactory.getPolicyConfigurationFactory()
          This static method uses a system property to find and instantiate (via a public constructor) a provider specific factory implementation class.
abstract  PolicyConfiguration PolicyConfigurationFactory.getPolicyConfiguration(java.lang.String contextID, boolean remove)
          This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
abstract  boolean PolicyConfigurationFactory.inService(java.lang.String contextID)
          This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
static void PolicyContext.registerHandler(java.lang.String key, PolicyContextHandler handler, boolean replace)
           
static java.lang.Object PolicyContext.getContext(java.lang.String key)
           
 java.lang.String PolicyConfiguration.getContextID()
           
 void PolicyConfiguration.addToRole(java.lang.String roleName, java.security.PermissionCollection permissions)
           
 void PolicyConfiguration.addToRole(java.lang.String roleName, java.security.Permission permission)
           
 void PolicyConfiguration.addToUncheckedPolicy(java.security.PermissionCollection permissions)
           
 void PolicyConfiguration.addToUncheckedPolicy(java.security.Permission permission)
           
 void PolicyConfiguration.addToExcludedPolicy(java.security.PermissionCollection permissions)
           
 void PolicyConfiguration.addToExcludedPolicy(java.security.Permission permission)
           
 void PolicyConfiguration.removeRole(java.lang.String roleName)
           
 void PolicyConfiguration.removeUncheckedPolicy()
           
 void PolicyConfiguration.removeExcludedPolicy()
           
 void PolicyConfiguration.linkConfiguration(PolicyConfiguration link)
           
 void PolicyConfiguration.delete()
           
 void PolicyConfiguration.commit()
           
 boolean PolicyConfiguration.inService()
           
 boolean PolicyContextHandler.supports(java.lang.String key)
          This public method returns a boolean result indicating whether or not the handler supports the context object identified by the (case-sensitive) key value.
 java.lang.String[] PolicyContextHandler.getKeys()
          This public method returns the keys identifying the context objects supported by the handler.
 java.lang.Object PolicyContextHandler.getContext(java.lang.String key, java.lang.Object data)
          This public method is used by the PolicyContext/ class to activate the handler and obtain from it the the context object identified by the (case-sensitive) key.
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.