@ApplicationScoped public class OpenIdConfiguration extends Object
| Constructor and Description |
|---|
OpenIdConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
int |
getPort() |
String |
getProtocol() |
String |
getReturnToPath() |
void |
setHostName(String hostName) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
void |
setReturnToPath(String returnToPath) |
public String getHostName()
public void setHostName(String hostName)
public int getPort()
public void setPort(int port)
public String getProtocol()
public void setProtocol(String protocol)
public String getReturnToPath()
public void setReturnToPath(String returnToPath)
Copyright © 2013 Seam Framework. All Rights Reserved.