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

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

@Immutable
public final class CodeHash
extends Identifier

Authorisation code hash (c_hash). This class is immutable.

Related specifications:

Author:
Vladimir Dzhuvinov

Constructor Summary
CodeHash(String value)
          Creates a new authorisation code 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

CodeHash

public CodeHash(String value)
Creates a new authorisation code hash with the specified value.

Parameters:
value - The authorisation code 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.