com.opensymphony.user.adapter.weblogic
Class WeblogicUserAdapter
java.lang.Object
java.security.Identity
weblogic.security.acl.User
com.opensymphony.user.adapter.weblogic.WeblogicUserAdapter
- All Implemented Interfaces:
- java.security.Principal, java.io.Serializable
- public class WeblogicUserAdapter
- extends weblogic.security.acl.User
Extends weblogic.security.acl.User and wraps
com.opensymphony.user.User
Created Mar 4, 2002 9:13:02 PM
- Version:
- 1.0
- Author:
- Jason Carreira
- See Also:
User,
User,
Serialized Form
|
Field Summary |
protected User |
osUser
|
protected weblogic.security.acl.BasicRealm |
realm
|
|
Method Summary |
java.lang.String |
getInfo()
|
weblogic.security.acl.BasicRealm |
getRealm()
|
void |
setInfo(java.lang.String info)
|
| Methods inherited from class weblogic.security.acl.User |
getCredential, identityEquals, toString |
| Methods inherited from class java.security.Identity |
addCertificate, certificates, equals, getName, getPublicKey, getScope, hashCode, removeCertificate, setPublicKey, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
realm
protected weblogic.security.acl.BasicRealm realm
osUser
protected User osUser
WeblogicUserAdapter
public WeblogicUserAdapter(User osUser,
weblogic.security.acl.BasicRealm realm)
setInfo
public void setInfo(java.lang.String info)
getInfo
public java.lang.String getInfo()
getRealm
public weblogic.security.acl.BasicRealm getRealm()