BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.security.ldaprealmv2
Class LDAPUser

java.lang.Object
  |
  +--java.security.Identity
        |
        +--weblogic.security.acl.User
              |
              +--weblogic.security.ldaprealmv2.LDAPUser

public class LDAPUser
extends User
implements weblogic.security.ldaprealmv2.LDAPEntity

Users can be created or retrieved through LDAP realm.

Author:
Copyright (c) 2001 by BEA Systems, Inc. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Method Summary
 java.lang.String getDN()
          Returns the distinguished name (DN) of the user.
 BasicRealm getRealm()
          Returns the realm of the user.
 int hashCode()
          Returns a hashcode for this identity.
protected  boolean identityEquals(java.security.Identity i)
          Tests for equality between the specified identity and this identity.
 java.lang.String toString()
          Returns a short string describing this identity, telling its name and its scope (if any).
 
Methods inherited from class weblogic.security.acl.User
getCredential
 
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, removeCertificate, setInfo, setPublicKey, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getRealm

public BasicRealm getRealm()
Returns the realm of the user.

Overrides:
getRealm in class User

getDN

public java.lang.String getDN()
Returns the distinguished name (DN) of the user.
Specified by:
getDN in interface weblogic.security.ldaprealmv2.LDAPEntity


hashCode

public int hashCode()
Returns a hashcode for this identity.

Overrides:
hashCode in class java.security.Identity

identityEquals

protected boolean identityEquals(java.security.Identity i)
Tests for equality between the specified identity and this identity.

Overrides:
identityEquals in class User

toString

public java.lang.String toString()
Returns a short string describing this identity, telling its name and its scope (if any).

Overrides:
toString in class User

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.