Serialized Form


Package org.openid4java

Class org.openid4java.OpenIDException extends Exception implements Serializable

Serialized Fields

_errorCode

int _errorCode

Package org.openid4java.association

Class org.openid4java.association.Association extends Object implements Serializable

Serialized Fields

_type

String _type

_handle

String _handle

_macKey

SecretKey _macKey

_expiry

Date _expiry

Class org.openid4java.association.AssociationException extends OpenIDException implements Serializable


Package org.openid4java.consumer

Class org.openid4java.consumer.ConsumerException extends OpenIDException implements Serializable


Package org.openid4java.discovery

Class org.openid4java.discovery.DiscoveryException extends OpenIDException implements Serializable

Class org.openid4java.discovery.DiscoveryInformation extends Object implements Serializable

Serialized Fields

_opEndpoint

URL _opEndpoint
The OP endpoint URL.


_claimedIdentifier

Identifier _claimedIdentifier
The claimed identifier, i.e. the user's identity key.


_delegate

String _delegate
The delegate, or OP-Local identifier. The key through which the OP remembers the user's account.


_version

String _version
The OpenID protocol version, or target service type discovered through Yadis.


_types

Set<E> _types
All service types discovered for the endpoint.

Class org.openid4java.discovery.RuntimeDiscoveryException extends RuntimeException implements Serializable

Class org.openid4java.discovery.UrlIdentifier extends Object implements Serializable

Serialized Fields

_urlIdentifier

URL _urlIdentifier

Class org.openid4java.discovery.XriIdentifier extends Object implements Serializable

Serialized Fields

identifier

String identifier

iriNormalForm

String iriNormalForm

uriNormalForm

String uriNormalForm

Package org.openid4java.discovery.yadis

Class org.openid4java.discovery.yadis.YadisException extends DiscoveryException implements Serializable


Package org.openid4java.infocard

Class org.openid4java.infocard.InfocardException extends OpenIDException implements Serializable


Package org.openid4java.message

Class org.openid4java.message.MessageException extends OpenIDException implements Serializable

Class org.openid4java.message.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key

_value

String _value

Class org.openid4java.message.ParameterList extends Object implements Serializable

Serialized Fields

_parameterMap

Map<K,V> _parameterMap

Package org.openid4java.server

Class org.openid4java.server.ServerException extends OpenIDException implements Serializable


Package org.openid4java.util

Class org.openid4java.util.InternetDateFormat extends SimpleDateFormat implements Serializable



Copyright © 2013 Sxip. All Rights Reserved.