|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.p13n.security.management.credentials.UserPasswordCredential
public class UserPasswordCredential
This class represents username and password pair as credential
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.bea.p13n.security.management.credentials.Credential |
---|
Credential.CredentialType |
Constructor Summary | |
---|---|
UserPasswordCredential(String username, char[] password) |
Method Summary | |
---|---|
Credential.CredentialType |
getCredentialType() Get the type of this credential object support |
String |
getPrincipalName() Get username in clear text |
char[] |
getPrincipalPassword() Get password as it from constructor |
Object[] |
getSecrets() Get secrets contained in credential object in encrypted format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserPasswordCredential(String username, char[] password)
Method Detail |
---|
public String getPrincipalName()
public char[] getPrincipalPassword()
public Credential.CredentialType getCredentialType()
getCredentialType
in interface Credential
public Object[] getSecrets()
getSecrets
in interface Credential
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.