站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Class javax.security.jacc.PolicyContextException (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Class
javax.security.jacc.PolicyContextException

Packages that use PolicyContextException
javax.security.jacc   
 

Uses of PolicyContextException in javax.security.jacc
 

Methods in javax.security.jacc that throw PolicyContextException
 Object PolicyContextHandler.getContext(String key, Object data)
          Used by the PolicyContext class to activate the handler and obtain from it the context object identified by the given key.
 String[] PolicyContextHandler.getKeys()
          Get the keys identifying the context objects supported by this handlers getContext(String, Object) method.
 boolean PolicyContextHandler.supports(String key)
          Query the handler to see if its getContext(String, Object) method supports the given key.
static Object PolicyContext.getContext(String key)
          This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
static void PolicyContext.registerHandler(String key, PolicyContextHandler handler, boolean replace)
          Authorization protected method used to register a container specific PolicyContext handler.
static PolicyConfigurationFactory PolicyConfigurationFactory.getPolicyConfigurationFactory()
          This static method uses the javax.security.jacc.PolicyConfigurationFactory.provider system property to create a provider factory implementation.
abstract  PolicyConfiguration PolicyConfigurationFactory.getPolicyConfiguration(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(String contextID)
          This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
 void PolicyConfiguration.addToExcludedPolicy(Permission permission)
          Adds a single excluded permission to the PolicyConfiguration.
 void PolicyConfiguration.addToExcludedPolicy(PermissionCollection permissions)
          Adds a collection of excluded permissions to the PolicyConfiguration
 void PolicyConfiguration.addToRole(String roleName, Permission permission)
          Add a single permission to a named role in the PolicyConfiguration.
 void PolicyConfiguration.addToRole(String roleName, PermissionCollection permissions)
          Add permissions to a named role in the PolicyConfiguration.
 void PolicyConfiguration.addToUncheckedPolicy(Permission permission)
          Add a single unchecked permission to the PolicyConfiguration.
 void PolicyConfiguration.addToUncheckedPolicy(PermissionCollection permissions)
          Add unchecked permissions to the PolicyConfiguration.
 void PolicyConfiguration.commit()
          This method is used to set to "inService" the state of the policy context whose interface is this PolicyConfiguration Object.
 void PolicyConfiguration.delete()
          Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
 String PolicyConfiguration.getContextID()
          This method returns this object's policy context identifier.
 boolean PolicyConfiguration.inService()
          This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
 void PolicyConfiguration.linkConfiguration(PolicyConfiguration link)
          Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.
 void PolicyConfiguration.removeExcludedPolicy()
          Used to remove any excluded policy statements from this PolicyConfiguration
 void PolicyConfiguration.removeRole(String roleName)
          Used to remove a role and all its permissions from this PolicyConfiguration.
 void PolicyConfiguration.removeUncheckedPolicy()
          Used to remove any unchecked policy statements from this PolicyConfiguration.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.