Modifier and Type | Method and Description |
---|---|
void |
PolicyConfiguration.addToExcludedPolicy(Permission permission) |
void |
PolicyConfiguration.addToExcludedPolicy(PermissionCollection permissions) |
void |
PolicyConfiguration.addToRole(String roleName,
Permission permission) |
void |
PolicyConfiguration.addToRole(String roleName,
PermissionCollection permissions) |
void |
PolicyConfiguration.addToUncheckedPolicy(Permission permission) |
void |
PolicyConfiguration.addToUncheckedPolicy(PermissionCollection permissions) |
void |
PolicyConfiguration.commit() |
void |
PolicyConfiguration.delete() |
static Object |
PolicyContext.getContext(String key) |
Object |
PolicyContextHandler.getContext(String key,
Object data)
This public method is used by the
PolicyContext/ |
String |
PolicyConfiguration.getContextID() |
String[] |
PolicyContextHandler.getKeys()
This public method returns the keys identifying the context objects
supported by the handler.
|
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.
|
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.
|
boolean |
PolicyConfiguration.inService() |
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.linkConfiguration(PolicyConfiguration link) |
static void |
PolicyContext.registerHandler(String key,
PolicyContextHandler handler,
boolean replace) |
void |
PolicyConfiguration.removeExcludedPolicy() |
void |
PolicyConfiguration.removeRole(String roleName) |
void |
PolicyConfiguration.removeUncheckedPolicy() |
boolean |
PolicyContextHandler.supports(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.
|
Copyright © 2013. All Rights Reserved.