|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectissrg.pba.DefaultParsedToken
This is the default Parsed Token implementation. It simply contains the Holder, the Issuer and the Credentials of the Holder.
Constructor Summary | |
protected |
DefaultParsedToken()
|
|
DefaultParsedToken(Entry holder,
TokenLocator issuer,
Credentials creds)
This is the constructor that builds the Default Parsed Token given the Holder, the Issuer and the Credentials of the Holder issued to him by the Issuer. |
Method Summary | |
Credentials |
getCredentials()
This method extracts the Credentials from the object representing the Authorisation Token. |
Entry |
getHolder()
This method extracts the Holder's Entry from the Authorisation Token. |
TokenLocator |
getIssuerTokenLocator()
This method extracts the Issuer's Token Locator from the Authorisation token. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected DefaultParsedToken()
public DefaultParsedToken(Entry holder, TokenLocator issuer, Credentials creds)
holder
- - the Holder entryissuer
- - the Issuer entrycreds
- - the Credentials of the HolderMethod Detail |
public Credentials getCredentials()
ParsedToken
The result is never null.
getCredentials
in interface ParsedToken
public Entry getHolder()
ParsedToken
getHolder
in interface ParsedToken
public TokenLocator getIssuerTokenLocator()
ParsedToken
getIssuerTokenLocator
in interface ParsedToken
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |