Interface Token
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AccessToken,AuthorizationGrant,NewToken,RefreshToken
- All Known Implementing Classes:
AccessTokenImpl,AuthorizationGrantImpl,IDTokenImpl,RefreshTokenImpl,TokenImpl
public interface Token extends Serializable
General top-level object for tokens in a delegation system. All token are derivative of this. Differing implementations may have to extend this.Created by Jeff Gaynor
on Apr 28, 2011 at 9:39:23 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetToken()The token.
-
-
-
Method Detail
-
getToken
String getToken()
The token.- Returns:
-
-