Searched defs:inService (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/security/inmemory.jacc.provider/src/main/java/com/sun/enterprise/security/jacc/provider/
H A DSimplePolicyConfigurationFactory.java79 * identified context is "deleted" or "inService" it will be transitioned to
126 * exists with state "inService" in the Policy provider
132 * provider and its state is "inService", false otherwise.
140 * accounted for by the inService method signature. The exception thrown
144 public boolean inService(String contextID) method in class:SimplePolicyConfigurationFactory
146 return SimplePolicyConfiguration.inService(contextID);
H A DSimplePolicyConfiguration.java197 * PolicyConfiguration Object is "deleted" or "inService" when this
243 * PolicyConfiguration Object is "deleted" or "inService" when this
281 * PolicyConfiguration Object is "deleted" or "inService" when this
324 * PolicyConfiguration Object is "deleted" or "inService" when this
363 * PolicyConfiguration Object is "deleted" or "inService" when this
406 * PolicyConfiguration Object is "deleted" or "inService" when this
445 * PolicyConfiguration Object is "deleted" or "inService" when this
487 * PolicyConfiguration Object is "deleted" or "inService" when this
521 * PolicyConfiguration Object is "deleted" or "inService" when this
571 * PolicyConfiguration Object is "deleted" or "inService" whe
713 public boolean inService() method in class:SimplePolicyConfiguration
742 protected static boolean inService(String pcid) method in class:SimplePolicyConfiguration
[all...]
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DPolicyConfigurationFactory.java196 * identified context is "deleted" or "inService" it will be transitioned to
243 * exists with state "inService" in the Policy provider
249 * provider and its state is "inService", false otherwise.
257 * accounted for by the inService method signature. The exception thrown
262 public abstract boolean inService(String contextID) method in class:PolicyConfigurationFactory
H A DPolicyConfiguration.java53 * is defined by three states; "open", "inService", and "deleted". A policy
63 * "inService" state. A policy context in the "open" state is transitioned to
64 * the "inService" state by calling the commit method.
66 * A policy context in the "inService" state is available for assimilation
71 * contexts whose state is "inService" and it must ensure that the policy
74 * "inService" state is not available for additional configuration and may be
108 * <th width="25%" align="center"><font size="-2">inService</font></th>
142 * <font size="-2">inService</font></td>
144 * <font size="-2">inService</font></td>
162 * <font size="-2">inService</fon
607 public boolean inService() method in interface:PolicyConfiguration
[all...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/provider/
H A DPolicyConfigurationFactoryImpl.java114 * identified context is "deleted" or "inService" it will be transitioned to
185 * exists with state "inService" in the Policy provider
191 * provider and its state is "inService", false otherwise.
199 * accounted for by the inService method signature. The exception thrown
203 public boolean inService(String contextID) throws PolicyContextException{ method in class:PolicyConfigurationFactoryImpl
212 return pc == null ? false : pc.inService();
H A DPolicyConfigurationImpl.java210 * PolicyConfiguration Object is "deleted" or "inService" when this
257 * PolicyConfiguration Object is "deleted" or "inService" when this
294 * PolicyConfiguration Object is "deleted" or "inService" when this
333 * PolicyConfiguration Object is "deleted" or "inService" when this
370 * PolicyConfiguration Object is "deleted" or "inService" when this
409 * PolicyConfiguration Object is "deleted" or "inService" when this
448 * PolicyConfiguration Object is "deleted" or "inService" when this
494 * PolicyConfiguration Object is "deleted" or "inService" when this
527 * PolicyConfiguration Object is "deleted" or "inService" when this
551 * This method is used to set to "inService" th
721 public boolean inService() throws PolicyContextException{ method in class:PolicyConfigurationImpl
[all...]

Completed in 1526 milliseconds