|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SecurityDescriptorException | |
| org.globus.wsrf.impl.notification | |
| org.globus.wsrf.impl.security.descriptor | |
| Uses of SecurityDescriptorException in org.globus.wsrf.impl.notification |
| Methods in org.globus.wsrf.impl.notification that throw SecurityDescriptorException | |
protected ResourceSecurityDescriptor |
SubscribeHelper.setupResourceSecurityDescriptor()
Set up the resource descriptor to be used on the resource. |
| Uses of SecurityDescriptorException in org.globus.wsrf.impl.security.descriptor |
| Methods in org.globus.wsrf.impl.security.descriptor that throw SecurityDescriptorException | |
void |
ServiceSecurityDescriptor.setRunAsType(int runAsType)
Sets the credentials that need to be used in invocation of methods that do not have any run-as specified using setMethodRunAsType. |
void |
ServiceSecurityDescriptor.setRunAsType(int runAsType,
boolean overwrite)
Sets the credentials that need to be used in invocation of methods that do not have any run-as specified using setMethodRunAsType. |
void |
ServiceSecurityDescriptor.setMethodRunAsType(javax.xml.namespace.QName method,
int identity)
Sets the credentials that need to be used in invoking method |
void |
ServiceSecurityDescriptor.setMethodRunAsType(javax.xml.namespace.QName method,
int identity,
boolean overwrite)
Sets the credentials that need to be used in invoking method |
void |
ServiceSecurityDescriptor.setAuthMethods(java.util.List authMethods)
Sets the authentication mechanism required for invocation of methods. |
void |
ServiceSecurityDescriptor.setAuthMethods(java.util.List authMethods,
boolean overwrite)
Sets the authentication mechanism required for invocation of methods. |
void |
ServiceSecurityDescriptor.setMethodAuthMethods(javax.xml.namespace.QName method,
java.util.List authMethods)
Sets the authentication mechanism required for invocation of said method. |
void |
ServiceSecurityDescriptor.setMethodAuthMethods(javax.xml.namespace.QName method,
java.util.List authMethods,
boolean overwrite)
Sets the authentication mechanism required for invocation of said method. |
void |
RunAsParserCallback.setRunAsType(int identity)
|
void |
MethodParser.setRunAsType(int identity)
|
void |
MethodParser.setAuthMethods(java.util.List methods)
|
void |
GlobalParamsParserCallback.setRejectLimitedProxy(java.lang.String value)
|
void |
GlobalParamsParserCallback.setGridMapFile(java.lang.String value)
|
void |
GlobalParamsParserCallback.setReplayAttackFilter(java.lang.String value)
|
void |
GlobalParamsParserCallback.setReplayAttackWindow(java.lang.String value)
|
void |
GlobalParamsParserCallback.setContextLifetime(java.lang.Integer value)
|
void |
ContainerOnlyParamsParserCallback.setContextTimerInterval(java.lang.String value)
Sets the interval used by the timer that cleans up expired contexts generated on using GSI Secure Conversation. |
void |
ContainerOnlyParamsParserCallback.setReplayTimerInterval(java.lang.String value)
Sets the interval used by the timer that cleans up expired values saved for preventing replay attack |
void |
AuthMethodParserCallback.setAuthMethods(java.util.List methods)
A list of AuthMethod elements |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||