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

java.lang.Object
  extended by org.jboss.seam.security.external.openid.OpenIdConfiguration

@ApplicationScoped
public class OpenIdConfiguration
extends Object

This bean should be configured in seam-beans.xml using Seam Config to set the local hostname, port and protocol to use for OpenID authentication.

Author:
Shane Bryzak

Constructor Summary
OpenIdConfiguration()
           
 
Method Summary
 String getHostName()
           
 int getPort()
           
 String getProtocol()
           
 String getReturnToPath()
           
 void setHostName(String hostName)
           
 void setPort(int port)
           
 void setProtocol(String protocol)
           
 void setReturnToPath(String returnToPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdConfiguration

public OpenIdConfiguration()
Method Detail

getHostName

public String getHostName()

setHostName

public void setHostName(String hostName)

getPort

public int getPort()

setPort

public void setPort(int port)

getProtocol

public String getProtocol()

setProtocol

public void setProtocol(String protocol)

getReturnToPath

public String getReturnToPath()

setReturnToPath

public void setReturnToPath(String returnToPath)


Copyright © 2011 Seam Framework. All Rights Reserved.