org.globus.delegation.service
Class DelegationHome

java.lang.Object
  extended byorg.globus.wsrf.impl.ResourceHomeImpl
      extended byorg.globus.delegation.service.DelegationHome
All Implemented Interfaces:
Initializable, ResourceHome

public class DelegationHome
extends ResourceHomeImpl


Nested Class Summary
 
Nested classes inherited from class org.globus.wsrf.impl.ResourceHomeImpl
 
Field Summary
private static org.globus.util.I18n i18n
           
(package private) static org.apache.commons.logging.Log logger
           
(package private)  java.lang.String resourceDescPath
           
static org.apache.axis.components.uuid.UUIDGen uuidGen
           
 
Fields inherited from class org.globus.wsrf.impl.ResourceHomeImpl
keyTypeClass, keyTypeName, lockManager, resourceClass, resources
 
Constructor Summary
DelegationHome()
           
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType create(org.apache.ws.security.message.token.BinarySecurity token, java.lang.String callerDN, java.lang.String localName)
           
 Resource find(ResourceKey key)
           
 java.lang.String getResourceDescPath()
           
 void setResourceDescPath(java.lang.String _resourceDescPath)
           
 
Methods inherited from class org.globus.wsrf.impl.ResourceHomeImpl
add, createNewInstance, createNewInstanceAndLoad, getCacheLocation, getKeyTypeClass, getKeyTypeName, getResourceClass, getSweeperDelay, initialize, remove, setCacheLocation, setResourceClass, setResourceKeyName, setResourceKeyType, setSweeperDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.commons.logging.Log logger

i18n

private static org.globus.util.I18n i18n

resourceDescPath

java.lang.String resourceDescPath

uuidGen

public static org.apache.axis.components.uuid.UUIDGen uuidGen
Constructor Detail

DelegationHome

public DelegationHome()
Method Detail

find

public Resource find(ResourceKey key)
              throws ResourceException
Throws:
ResourceException

create

public org.apache.axis.message.addressing.EndpointReferenceType create(org.apache.ws.security.message.token.BinarySecurity token,
                                                                       java.lang.String callerDN,
                                                                       java.lang.String localName)
                                                                throws DelegationException
Throws:
DelegationException

setResourceDescPath

public void setResourceDescPath(java.lang.String _resourceDescPath)

getResourceDescPath

public java.lang.String getResourceDescPath()