com.opensymphony.user.adapter.weblogic61
Class OSUserRealmUser

java.lang.Object
  extended byjava.security.Identity
      extended byweblogic.security.acl.User
          extended bycom.opensymphony.user.adapter.weblogic61.OSUserRealmUser
All Implemented Interfaces:
java.security.Principal, java.io.Serializable

public class OSUserRealmUser
extends weblogic.security.acl.User

Extends weblogic.security.acl.User and wraps the OpenSymphony User.

Version:
$Revision: 1.1.1.1 $
Author:
Steve Ebersole
See Also:
Serialized Form

Field Summary
protected  User osUser
           
protected  OSUserRealm realm
           
 
Constructor Summary
OSUserRealmUser(User osUser, OSUserRealm realm)
           
 
Method Summary
 weblogic.security.acl.BasicRealm getRealm()
           
 
Methods inherited from class weblogic.security.acl.User
getCredential, identityEquals, toString
 
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, removeCertificate, setInfo, setPublicKey, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

realm

protected OSUserRealm realm

osUser

protected User osUser
Constructor Detail

OSUserRealmUser

public OSUserRealmUser(User osUser,
                       OSUserRealm realm)
Method Detail

getRealm

public weblogic.security.acl.BasicRealm getRealm()

See www.opensymphony.com for more information.