Serialized Form


Package org.jboss.seam.security.external

Class org.jboss.seam.security.external.InvalidRequestException extends Exception implements Serializable

serialVersionUID: -9127592026257210986L

Serialized Fields

description

String description

cause

Exception cause

Package org.jboss.seam.security.external.openid

Class org.jboss.seam.security.external.openid.OpenIdAuthenticator extends org.jboss.seam.security.BaseAuthenticator implements Serializable

serialVersionUID: 4669651866032932651L

Serialized Fields

openIdApiInstance

javax.enterprise.inject.Instance<T> openIdApiInstance

providers

List<E> providers

log

org.jboss.solder.logging.Logger log

response

javax.servlet.http.HttpServletResponse response

identitySession

javax.enterprise.inject.Instance<T> identitySession

identity

org.jboss.seam.security.Identity identity

identityManaged

boolean identityManaged
If this property is set to true (the default) then user roles and attributes will be managed using the Identity Management API.


providerCode

String providerCode
This code indicates which OpenID provider should be used to authenticate against. See the classes in the org.jboss.seam.security.external.openid.providers package.

Class org.jboss.seam.security.external.openid.OpenIdProviderRequest extends Object implements Serializable

serialVersionUID: -6701058408595984106L

Serialized Fields

parameterList

org.openid4java.message.ParameterList parameterList

claimedIdentifier

String claimedIdentifier

requestedAttributes

List<E> requestedAttributes

fetchRequest

org.openid4java.message.ax.FetchRequest fetchRequest

userName

String userName

Class org.jboss.seam.security.external.openid.OpenIdRequest extends Object implements Serializable

serialVersionUID: -6701058408595984106L

Serialized Fields

discoveryInformation

org.openid4java.discovery.DiscoveryInformation discoveryInformation

Class org.jboss.seam.security.external.openid.OpenIdServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -3058316157797375740L

Serialized Fields

log

org.jboss.solder.logging.Logger log

responseHandler

ResponseHandler responseHandler

openIdProviderAuthenticationService

OpenIdProviderAuthenticationService openIdProviderAuthenticationService

openIdRpAuthenticationService

OpenIdRpAuthenticationService openIdRpAuthenticationService

rpBean

javax.enterprise.inject.Instance<T> rpBean

opBean

javax.enterprise.inject.Instance<T> opBean

Class org.jboss.seam.security.external.openid.OpenIdUsersServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1476698956314628568L

Serialized Fields

opBean

javax.enterprise.inject.Instance<T> opBean

providerSpi

javax.enterprise.inject.Instance<T> providerSpi

Package org.jboss.seam.security.external.saml

Class org.jboss.seam.security.external.saml.SamlServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -6125510783395424719L

Serialized Fields

log

org.jboss.solder.logging.Logger log

samlMessageReceiver

SamlMessageReceiver samlMessageReceiver

responseHandler

ResponseHandler responseHandler

samlEntityBean

javax.enterprise.inject.Instance<T> samlEntityBean

Package org.jboss.seam.security.external.saml.idp

Class org.jboss.seam.security.external.saml.idp.SamlIdpSessions extends Object implements Serializable

serialVersionUID: 6297278286428111620L

Serialized Fields

sessions

Set<E> sessions

Package org.jboss.seam.security.external.saml.sp

Class org.jboss.seam.security.external.saml.sp.SamlSpSessions extends Object implements Serializable

serialVersionUID: 6297278286428111620L

Serialized Fields

sessions

Set<E> sessions



Copyright © 2011 Seam Framework. All Rights Reserved.