org.globus.cog.karajan.util
Class SecurityContextWrapper

java.lang.Object
  extended by org.globus.cog.karajan.util.SecurityContextWrapper

public class SecurityContextWrapper
extends Object


Constructor Summary
SecurityContextWrapper()
           
 
Method Summary
 Object getAttribute(String name)
           
 HashMap getAttributes()
           
 Object getCredentials()
           
 SecurityContext getSecurityContext()
           
 void setAttribute(String name, Object value)
           
 void setAttributes(HashMap attributes)
           
 void setCredentials(Object credentials)
           
 void setSecurityContext(SecurityContext securityContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextWrapper

public SecurityContextWrapper()
Method Detail

setCredentials

public void setCredentials(Object credentials)

getCredentials

public Object getCredentials()

setAttribute

public void setAttribute(String name,
                         Object value)

getAttribute

public Object getAttribute(String name)

getAttributes

public HashMap getAttributes()

setAttributes

public void setAttributes(HashMap attributes)

getSecurityContext

public SecurityContext getSecurityContext()

setSecurityContext

public void setSecurityContext(SecurityContext securityContext)