public class HawkAccessToken extends ServerAccessToken
Constructor and Description |
---|
HawkAccessToken(Client client,
HmacAlgorithm macAlgo,
long lifetime) |
HawkAccessToken(Client client,
HmacAlgorithm algo,
String tokenKey,
long lifetime,
long issuedAt) |
HawkAccessToken(Client client,
HmacAlgorithm algo,
String tokenKey,
String macKey,
long lifetime,
long issuedAt) |
HawkAccessToken(Client client,
long lifetime) |
HawkAccessToken(Client client,
String macAuthAlgo,
long lifetime) |
HawkAccessToken(ServerAccessToken token) |
HawkAccessToken(ServerAccessToken token,
String newKey) |
Modifier and Type | Method and Description |
---|---|
String |
getMacAlgorithm() |
String |
getMacId() |
String |
getMacKey() |
getAudiences, getClient, getClientCodeVerifier, getExtraProperties, getGrantCode, getGrantType, getNonce, getResponseType, getScopes, getSubject, setAudiences, setClient, setClientCodeVerifier, setExtraProperties, setGrantCode, setGrantType, setNonce, setResponseType, setScopes, setSubject, validateTokenType
getEncodedToken, getExpiresIn, getIssuedAt, getIssuer, getNotBefore, getParameters, getRefreshToken, getTokenKey, getTokenType, setEncodedToken, setExpiresIn, setIssuedAt, setIssuer, setNotBefore, setParameters, setRefreshToken, setTokenKey, setTokenType
public HawkAccessToken(Client client, long lifetime)
public HawkAccessToken(Client client, HmacAlgorithm macAlgo, long lifetime)
public HawkAccessToken(Client client, HmacAlgorithm algo, String tokenKey, long lifetime, long issuedAt)
public HawkAccessToken(Client client, HmacAlgorithm algo, String tokenKey, String macKey, long lifetime, long issuedAt)
public HawkAccessToken(ServerAccessToken token)
public HawkAccessToken(ServerAccessToken token, String newKey)
Apache CXF