|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.jazn.realm.RealmUserPrivateCredential
This class represents a private credential for a realm user.
Constructor Summary | |
RealmUserPrivateCredential(java.lang.String name, char[] cred) Creates a RealmUserPrivateCredential with a char array <p/> <p/> |
Method Summary | |
boolean |
equals(java.lang.Object o) Compares the specified Object with this RealmUserPrivateCredential for equality. |
char[] |
getCredential() Returns a char array representation of this RealmUserPrivateCredential <p/> <p/> |
java.lang.String |
toString() Return a string representation of this RealmUserPrivateCredential . |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RealmUserPrivateCredential(java.lang.String name, char[] cred)
RealmUserPrivateCredential
with a char array <p/> <p/>name
- the name of the usercred
- the credential of this user.Method Detail |
public char[] getCredential()
RealmUserPrivateCredential
<p/> <p/>RealmUserPrivateCredential
public java.lang.String toString()
RealmUserPrivateCredential
. <p/>RealmUserPrivateCredential
.public boolean equals(java.lang.Object o)
RealmUserPrivateCredential
for equality. Returns true if the given object is also a RealmUserPrivateCredential
and the two RealmUserPrivateCredentials have identical values. <p/> <p/>o
- Object to be compared for equality with this RealmUserPrivateCredential
.RealmUserPrivateCredential
.
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |