|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.authentication.CredentialFactory.SessionIDCredentialConverter
public static class CredentialFactory.SessionIDCredentialConverter
Class SessionIDCredentialConverter.
Constructor Summary | |
---|---|
CredentialFactory.SessionIDCredentialConverter()
|
Method Summary | |
---|---|
java.lang.String |
convert(Credential credential)
Method converts a credential to a plain string. |
Credential |
convert(java.lang.String encodedCredential)
Method converts a plain string in a credential instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CredentialFactory.SessionIDCredentialConverter()
Method Detail |
---|
public Credential convert(java.lang.String encodedCredential)
convert
in interface CredentialFactory.CredentialConverter
encodedCredential
- the encodedCredential.
public java.lang.String convert(Credential credential)
convert
in interface CredentialFactory.CredentialConverter
credential
- the credential.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |