com.nimbusds.openid.connect.sdk
Class ACRRequest

java.lang.Object
  extended by com.nimbusds.openid.connect.sdk.ACRRequest

@Immutable
public final class ACRRequest
extends Object

Authentication Context Class Reference (ACR) request.

Author:
Vladimir Dzhuvinov

Constructor Summary
ACRRequest(ClaimRequirement requirement, ACR[] values)
          Creates a new Authentication Context Class Reference (ACR) request.
 
Method Summary
 ClaimRequirement getRequirement()
          Gets the ACR claim requirement.
 ACR[] getValues()
          Gets the requested ACR values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACRRequest

public ACRRequest(ClaimRequirement requirement,
                  ACR[] values)
Creates a new Authentication Context Class Reference (ACR) request.

Parameters:
requirement - The claim requirement. Must not be null.
values - The requested ACR values, in order of preference. Must not be null.
Method Detail

getRequirement

public ClaimRequirement getRequirement()
Gets the ACR claim requirement.

Returns:
The claim requirement.

getValues

public ACR[] getValues()
Gets the requested ACR values.

Returns:
The requested ACR values, in order of preference.


Copyright © 2013 NimbusDS. All Rights Reserved.