public interface SecurityContext
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SECURITY_CONFIGURATION
Default Security Configuration option name.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBECredentialAdder |
getCredentialsAdder()
gets a simple security manager that adds the credentials to the request
|
GSSCredential |
getDefaultCredentials()
Gets the container credentials if exists
|
org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor |
getDefaultIncomingMessagesSecurityDescriptor()
provides the incoming service security descriptor
|
org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor |
getDefaultOutgoingMessagesSecurityDescriptor()
provides the outgoing service security descriptor
|
GCUBESecurityManager |
getDefaultSecurityManager()
Utility method to generate a default security manager based on implementations.properties
|
GCUBEDefaultSecurityConfiguration |
getDefaultServiceSecurityConfiguration()
Returns an object able to build a default security configuration for the services
|
Subject |
getDefaultSubject()
Provides the subject of the related container
|
static final String DEFAULT_SECURITY_CONFIGURATION
GCUBEDefaultSecurityConfiguration getDefaultServiceSecurityConfiguration()
org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor getDefaultIncomingMessagesSecurityDescriptor()
org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor getDefaultOutgoingMessagesSecurityDescriptor()
Subject getDefaultSubject()
GSSCredential getDefaultCredentials()
GCUBESecurityManager getDefaultSecurityManager() throws Exception
Exception - if something goes wrongGCUBECredentialAdder getCredentialsAdder()
Copyright © 2015. All Rights Reserved.