|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ServiceAuthorizationChain | |
| org.globus.wsrf.impl.security.authorization | |
| org.globus.wsrf.impl.security.descriptor | |
| org.globus.wsrf.impl.security.util | |
| Uses of ServiceAuthorizationChain in org.globus.wsrf.impl.security.authorization |
| Fields in org.globus.wsrf.impl.security.authorization declared as ServiceAuthorizationChain | |
private ServiceAuthorizationChain |
ServiceAuthorizationChain.parentChain
|
| Constructors in org.globus.wsrf.impl.security.authorization with parameters of type ServiceAuthorizationChain | |
ServiceAuthorizationChain(ServiceAuthorizationChain parentChain)
sets the parent chain, which will be evaluated before the current chain all authorization, get- and setPolicy, and getPolicyNames requests are propagated to the parent, wheras initialize and close are always only done on the local chain. |
|
| Uses of ServiceAuthorizationChain in org.globus.wsrf.impl.security.descriptor |
| Fields in org.globus.wsrf.impl.security.descriptor declared as ServiceAuthorizationChain | |
private ServiceAuthorizationChain |
SecurityDescriptor.authzChain
|
(package private) ServiceAuthorizationChain |
ResourceSecurityDescriptor.authzChain
|
| Methods in org.globus.wsrf.impl.security.descriptor that return ServiceAuthorizationChain | |
static ServiceAuthorizationChain |
ServiceSecurityConfig.getAuthzChain(java.lang.String servicePath)
Returns authz chain configured in security descriptor of the service |
static ServiceAuthorizationChain |
SecurityPropertiesHelper.getAuthzChain(java.lang.String servicePath,
Resource resource)
|
ServiceAuthorizationChain |
SecurityDescriptor.getAuthzChain()
Returns an authorization chain instance. |
protected static ServiceAuthorizationChain |
SecurityConfig.retrieveAuthzChain(java.lang.String jndiPath)
|
static ServiceAuthorizationChain |
SecureResourcePropertiesHelper.getAuthzChain(Resource resource)
|
ServiceAuthorizationChain |
ResourceSecurityDescriptor.getAuthzChain()
Returns the configured service authorization chain |
ServiceAuthorizationChain |
ResourceSecurityConfig.getAuthzChain()
Retrieves the ServiceAuthorizationChain. |
ServiceAuthorizationChain |
ContainerSecurityConfig.getAuthzChain()
Retrieves the ServiceAuthorizationChain for the container |
| Methods in org.globus.wsrf.impl.security.descriptor with parameters of type ServiceAuthorizationChain | |
static void |
ServiceSecurityConfig.setAuthzChain(ServiceAuthorizationChain authzChain,
java.lang.String jndiPath)
Stores the ServiceAuthorizationChain for this
service, overwriting whatever exists. |
void |
SecurityDescriptor.setAuthzChain(ServiceAuthorizationChain chain)
Sets an authorization chain instance. |
protected static void |
SecurityConfig.storeAuthzChain(ServiceAuthorizationChain authzChain,
java.lang.String jndiPath,
SecurityDescriptor desc)
|
void |
ResourceSecurityDescriptor.setAuthzChain(ServiceAuthorizationChain chain)
Sets the authorization chain in descriptor |
void |
ContainerSecurityConfig.setAuthzChain(ServiceAuthorizationChain authzChain)
Stores the ServiceAuthorizationChain for
container, overwriting whatever exists. |
| Uses of ServiceAuthorizationChain in org.globus.wsrf.impl.security.util |
| Methods in org.globus.wsrf.impl.security.util that return ServiceAuthorizationChain | |
static ServiceAuthorizationChain |
PDPUtils.getServiceAuthzChain(PDPConfig config,
java.lang.String id)
|
static ServiceAuthorizationChain |
PDPUtils.getServiceAuthzChain(java.lang.String authzChain,
java.lang.String servicePath)
|
static ServiceAuthorizationChain |
PDPUtils.getContainerAuthzChain(java.lang.String authzChain,
java.lang.String id)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||