org.globus.wsrf.impl.security.descriptor
Class ContainerSecurityDescriptor

java.lang.Object
  extended byorg.globus.wsrf.impl.security.descriptor.util.ElementParser
      extended byorg.globus.wsrf.impl.security.descriptor.SecurityDescriptor
          extended byorg.globus.wsrf.impl.security.descriptor.ContainerSecurityDescriptor
All Implemented Interfaces:
AuthzParamParserCallback, ContainerOnlyParamsParserCallback, CredentialParamsParserCallback, ElementHandler, GlobalParamsParserCallback

public class ContainerSecurityDescriptor
extends SecurityDescriptor
implements ContainerOnlyParamsParserCallback

Represents a container's security descriptor.


Field Summary
 
Fields inherited from class org.globus.wsrf.impl.security.descriptor.SecurityDescriptor
i18n, NS, RESOURCE
 
Fields inherited from class org.globus.wsrf.impl.security.descriptor.util.ElementParser
elementHandlers
 
Constructor Summary
ContainerSecurityDescriptor()
           
 
Method Summary
 String getContextTimerInterval()
           
 String getReplayTimerInterval()
           
 void setContextTimerInterval(String value)
           
 void setReplayTimerInterval(String value)
           
 
Methods inherited from class org.globus.wsrf.impl.security.descriptor.SecurityDescriptor
getAuthz, getCertFilename, getContextLifetime, getCustomAuthzClass, getCustomAuthzClassName, getGridMap, getGridMapFile, getKeyFilename, getLastModified, getProxyFilename, getRejectLimitedProxyState, getReplayAttackFilter, getReplayAttackWindow, getSubject, setAuthz, setCertificateFiles, setContextLifetime, setCustomAuthzClass, setCustomAuthzClassName, setGridMap, setGridMapFile, setLastModified, setProxyFilename, setRejectLimitedProxy, setReplayAttackFilter, setReplayAttackWindow, setSubject
 
Methods inherited from class org.globus.wsrf.impl.security.descriptor.util.ElementParser
checkElement, getFirstChildElement, getQName, parse, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerSecurityDescriptor

public ContainerSecurityDescriptor()
Method Detail

setReplayTimerInterval

public void setReplayTimerInterval(String value)
Specified by:
setReplayTimerInterval in interface ContainerOnlyParamsParserCallback

getReplayTimerInterval

public String getReplayTimerInterval()

setContextTimerInterval

public void setContextTimerInterval(String value)
Specified by:
setContextTimerInterval in interface ContainerOnlyParamsParserCallback

getContextTimerInterval

public String getContextTimerInterval()


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.