org.glite.security
Class SecurityInfoContainer

java.lang.Object
  extended by org.glite.security.SecurityInfoContainer

public class SecurityInfoContainer
extends java.lang.Object

Container class from which the current SecurityInfo can be retrieved. SecurityInfo instances are created, one per thread, by special Servlet and/or SOAP plugins. See the installation guide for more information about these plugins and how they are configured

Author:
mulmo
See Also:
SecurityInfo

Constructor Summary
SecurityInfoContainer()
           
 
Method Summary
static SecurityInfo getSecurityInfo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInfoContainer

public SecurityInfoContainer()
Method Detail

getSecurityInfo

public static SecurityInfo getSecurityInfo()
Returns:
The SecurityInfo associated with the currently running thread, or null if no such object have been previously assigned by the special security plugins.
See Also:
SecurityInfo