org.globus.wsrf.impl.security.descriptor
Interface ContainerOnlyParamsParserCallback
- All Known Implementing Classes:
- ContainerSecurityDescriptor
- public interface ContainerOnlyParamsParserCallback
|
Method Summary |
void |
setContextTimerInterval(java.lang.String value)
Sets the interval used by the timer that cleans up expired
contexts generated on using GSI Secure Conversation. |
void |
setReplayTimerInterval(java.lang.String value)
Sets the interval used by the timer that cleans up expired
values saved for preventing replay attack |
setContextTimerInterval
public void setContextTimerInterval(java.lang.String value)
throws SecurityDescriptorException
- Sets the interval used by the timer that cleans up expired
contexts generated on using GSI Secure Conversation.
- Throws:
SecurityDescriptorException
setReplayTimerInterval
public void setReplayTimerInterval(java.lang.String value)
throws SecurityDescriptorException
- Sets the interval used by the timer that cleans up expired
values saved for preventing replay attack
- Throws:
SecurityDescriptorException