org.glite.security
Class SecurityInfoContainer
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityInfoContainer
public SecurityInfoContainer()
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