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

java.lang.Object
  |
  +--org.globus.wsrf.impl.security.descriptor.util.ElementParser
        |
        +--org.globus.wsrf.impl.security.descriptor.SecurityDescriptor
              |
              +--org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor
                    |
                    +--org.globus.wsrf.impl.security.descriptor.ResourceSecurityDescriptor
All Implemented Interfaces:
AuthMethodParserCallback, AuthzParamParserCallback, CredentialParamsParserCallback, ElementHandler, GlobalParamsParserCallback, RunAsParserCallback

public class ResourceSecurityDescriptor
extends ServiceSecurityDescriptor

Represents a resouce's security descriptor.


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
ResourceSecurityDescriptor()
           
 
Method Summary
 boolean getInitialized()
           
 void setInitialized(boolean state)
          Sets property to indicate of descriptor has been initialized.
 
Methods inherited from class org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor
getAuthMethods, getDefaultAuthMethods, getDefaultRunAsType, getRequiredAuthMethodsErrorMessage, getRunAsType, setAuthMethods, setAuthMethods, setMethodAuthMethods, setMethodAuthMethods, setMethodRunAsType, setMethodRunAsType, setRunAsType, setRunAsType
 
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

ResourceSecurityDescriptor

public ResourceSecurityDescriptor()
Method Detail

setInitialized

public void setInitialized(boolean state)
Sets property to indicate of descriptor has been initialized. If true, then credentials and gridmap are assumed to be loaded. To force initialization by framework (i.e loading of credentials/gridmap from file), set it to false.

getInitialized

public boolean getInitialized()


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