Package | Description |
---|---|
javax.security.jacc |
This package containes the Java Authorization Contract for Containers API
|
org.jboss.security.jacc |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyConfiguration.linkConfiguration(PolicyConfiguration link)
Creates a relationship between this configuration and another such that they share the same principal-to- role
mappings.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossPolicyConfiguration
The JACC PolicyConfiguration implementation.
|
Modifier and Type | Method and Description |
---|---|
PolicyConfiguration |
JBossPolicyConfigurationFactory.getPolicyConfiguration(String contextID,
boolean remove) |
Modifier and Type | Method and Description |
---|---|
void |
JBossPolicyConfiguration.linkConfiguration(PolicyConfiguration link) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.