com.nimbusds.openid.connect.sdk.claims
Class AccessTokenHash

java.lang.Object
  extended by com.nimbusds.oauth2.sdk.id.Identifier
      extended by com.nimbusds.openid.connect.sdk.claims.AccessTokenHash
All Implemented Interfaces:
net.minidev.json.JSONAware

@Immutable
public final class AccessTokenHash
extends Identifier

Access token hash (at_hash). This class is immutable.

Related specifications:

Author:
Vladimir Dzhuvinov

Constructor Summary
AccessTokenHash(String value)
          Creates a new access token hash with the specified value.
 
Method Summary
 boolean equals(Object object)
          Overrides Object.equals().
 
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
getValue, hashCode, toJSONString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessTokenHash

public AccessTokenHash(String value)
Creates a new access token hash with the specified value.

Parameters:
value - The access token hash value. Must not be null.
Method Detail

equals

public boolean equals(Object object)
Description copied from class: Identifier
Overrides Object.equals().

Specified by:
equals in class Identifier
Parameters:
object - The object to compare to.
Returns:
true if the objects have the same value, otherwise false.


Copyright © 2013 NimbusDS. All Rights Reserved.