bea.jolt.pool.servlet.weblogic
Class SecurityContextImpl

java.lang.Object
  bea.jolt.pool.servlet.weblogic.SecurityContextImpl
All Implemented Interfaces:
SecurityContext

public class SecurityContextImpl
extends java.lang.Object
implements SecurityContext

This class extracts the security context from BEA Weblogic Server. An object reference of this class is passed to BEA Jolt classes which then invokes getUsrName() and getRealmName() methods to get the security context.

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SecurityContextImpl()
           
 
Method Summary
 java.lang.String getRealmName()
          This method gets the current user and its realm name.
 java.lang.String getUsrName()
          This method gets the current user and its principal name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextImpl

public SecurityContextImpl()
Method Detail

getUsrName

public java.lang.String getUsrName()
This method gets the current user and its principal name.

Specified by:
getUsrName in interface SecurityContext
Returns:
user name

getRealmName

public java.lang.String getRealmName()
This method gets the current user and its realm name.

Specified by:
getRealmName in interface SecurityContext
Returns:
user name