|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.slide.authenticate.CredentialsToken
Credentials token class.
Constructor Summary | |
CredentialsToken(java.security.Principal principal)
Constructor. |
|
CredentialsToken(java.lang.String credentials)
Constructor. |
Method Summary | |
java.lang.String |
getPrivateCredentials()
Returns the private credentials. |
java.lang.String |
getPublicCredentials()
Returns the public creddentials. |
boolean |
isTrusted()
Is this credentials token to be trusted ? |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CredentialsToken(java.lang.String credentials)
credentials
- Credentials stored in this tokenpublic CredentialsToken(java.security.Principal principal)
credentials
- Credentials stored in this tokenMethod Detail |
public boolean isTrusted()
public java.lang.String getPrivateCredentials()
public java.lang.String getPublicCredentials()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |