|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.security.jacc.PolicyConfigurationFactory (src)
org.jboss.security.jacc.JBossPolicyConfigurationFactory
org.jboss.security.provider
Constructor Summary | |
JBossPolicyConfigurationFactory()
Build the JACC policy configuration state machine from the jacc-policy-config-states.xml file. |
Method Summary | |
PolicyConfiguration (src) |
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. |
boolean |
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. |
Methods inherited from class javax.security.jacc.PolicyConfigurationFactory (src) |
getPolicyConfigurationFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JBossPolicyConfigurationFactory()
Method Detail |
public PolicyConfiguration (src) getPolicyConfiguration(java.lang.String contextID, boolean remove) throws PolicyContextException (src)
PolicyConfigurationFactory (src)
getPolicyConfiguration
in class PolicyConfigurationFactory (src)
contextID
- - the policy context ID indicates which
PolicyConfiguration to return. This must not be null.remove
- - A boolean flag that establishes whether or not the policy
statements of an existing policy context are to be removed before its
PolicyConfiguration object is returned. If the value passed to this
parameter is true, the policy statements of an existing policy context
will be removed. If the value is false, they will not be removed.
PolicyContextException (src)
public boolean inService(java.lang.String contextID) throws PolicyContextException (src)
PolicyConfigurationFactory (src)
inService
in class PolicyConfigurationFactory (src)
contextID
- - the context ID for selecting the policy
PolicyContextException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |