|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| 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 |
|
| 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 |
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 arrayname - the name of the usercred - the credential of this user.| Method Detail |
public char[] getCredential()
RealmUserPrivateCredentialRealmUserPrivateCredentialpublic java.lang.String toString()
RealmUserPrivateCredential.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.o - Object to be compared for equality with this RealmUserPrivateCredential.RealmUserPrivateCredential.
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||