|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOpaqueCredentials
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(String credentials)
Set the credentials value. |
| Method Detail |
|---|
void setCredentials(byte[] credentials)
credentials - A string of bytes that represents an authenticator.void setCredentials(String credentials)
credentials - A Java String that contains an authenticator such as
a passphrase that is typically represented by a locale-specific text
string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||