org.jboss.seam.security.external.openid
Class OpenIdConfiguration
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenIdConfiguration
public OpenIdConfiguration()
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.