org.jboss.seam.security.external.openid
Class OpenIdRequest

java.lang.Object
  extended by org.jboss.seam.security.external.openid.OpenIdRequest
All Implemented Interfaces:
Serializable

@SessionScoped
public class OpenIdRequest
extends Object
implements Serializable

Author:
Marcel Kolsteren
See Also:
Serialized Form

Constructor Summary
OpenIdRequest()
           
 
Method Summary
 org.openid4java.discovery.DiscoveryInformation getDiscoveryInformation()
           
 void setDiscoveryInformation(org.openid4java.discovery.DiscoveryInformation discoveryInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdRequest

public OpenIdRequest()
Method Detail

getDiscoveryInformation

public org.openid4java.discovery.DiscoveryInformation getDiscoveryInformation()

setDiscoveryInformation

public void setDiscoveryInformation(org.openid4java.discovery.DiscoveryInformation discoveryInformation)


Copyright © 2011 Seam Framework. All Rights Reserved.