public abstract class DefaultGHNSecurityContext extends Object implements SecurityContext
| Modifier and Type | Field and Description |
|---|---|
protected GSSCredential |
defaultCredentials
Default credentials
|
protected DefaultSecurityDescriptorBuilder |
defaultSecurityDescriptorBuilder |
protected Subject |
defaultSubject
Default subject
|
DEFAULT_SECURITY_CONFIGURATION| Constructor and Description |
|---|
DefaultGHNSecurityContext() |
| Modifier and Type | Method and Description |
|---|---|
GCUBECredentialAdder |
getCredentialsAdder()
gets a simple security manager that adds the credentials to the request
|
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
|
GCUBEDefaultSecurityConfiguration |
getDefaultServiceSecurityConfiguration()
Returns an object able to build a default security configuration for the services
|
protected void |
init(String pathToDefaultSecurityConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultCredentials, getDefaultSecurityManager, getDefaultSubjectprotected DefaultSecurityDescriptorBuilder defaultSecurityDescriptorBuilder
protected GSSCredential defaultCredentials
protected Subject defaultSubject
protected void init(String pathToDefaultSecurityConfiguration)
public GCUBEDefaultSecurityConfiguration getDefaultServiceSecurityConfiguration()
SecurityContextgetDefaultServiceSecurityConfiguration in interface SecurityContextpublic org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor getDefaultIncomingMessagesSecurityDescriptor()
SecurityContextgetDefaultIncomingMessagesSecurityDescriptor in interface SecurityContextpublic org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor getDefaultOutgoingMessagesSecurityDescriptor()
SecurityContextgetDefaultOutgoingMessagesSecurityDescriptor in interface SecurityContextpublic GCUBECredentialAdder getCredentialsAdder()
SecurityContextgetCredentialsAdder in interface SecurityContextCopyright © 2015. All Rights Reserved.