Serialized Form


Package com.nimbusds.oauth2.sdk

Class com.nimbusds.oauth2.sdk.GeneralException extends Exception implements Serializable

Serialized Fields

error

ErrorObject error
The associated error, null if not specified.


redirectURI

URL redirectURI
The redirection URI, null if not specified or redirection is not to be performed for this error. Implies a HTTP status code 302.


state

State state
Optional state parameter, null if not specified.

Class com.nimbusds.oauth2.sdk.ParseException extends GeneralException implements Serializable

Class com.nimbusds.oauth2.sdk.ResponseType extends HashSet<ResponseType.Value> implements Serializable

Class com.nimbusds.oauth2.sdk.Scope extends HashSet<Scope.Value> implements Serializable

Class com.nimbusds.oauth2.sdk.SerializeException extends GeneralException implements Serializable


Package com.nimbusds.openid.connect.sdk

Class com.nimbusds.openid.connect.sdk.Prompt extends HashSet<Prompt.Type> implements Serializable


Package com.nimbusds.openid.connect.sdk.op

Class com.nimbusds.openid.connect.sdk.op.ResolveException extends GeneralException implements Serializable



Copyright © 2013 NimbusDS. All Rights Reserved.