|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Our OpaqueCredentials interface stores password or passphrase information for authentication. The same structure stores information that can potentially be used post-authentication to keep Kerberos TGT's or other useful security context authenticators.
Method Summary | |
void |
setCredentials(byte[] credentials)
Set the credentials value. |
void |
setCredentials(java.lang.String credentials)
Set the credentials value. |
Method Detail |
public void setCredentials(byte[] credentials)
credentials
- A string of bytes that represents an authenticator.public void setCredentials(java.lang.String credentials)
credentials
- A Java String that contains an authenticator such as
a passphrase that is typically represented by a locale-specific text
string.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |