|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityConfigurationApi
API for configuration of entities that play a role in distributed security (examples of entities are SAML identity providers, SAML service providers, OpenID relying parties and OpenID providers)
| Method Summary | |
|---|---|
String |
getHostName()
The host name which is used to access this application from a web browser (by the end user). |
int |
getPort()
The port at which this application is reachable from the browser of the end user. |
String |
getProtocol()
This property contains the protocol that is used by the entity. |
void |
setHostName(String hostName)
See getHostName() |
void |
setPort(int port)
See getPort() |
void |
setProtocol(String protocol)
See getProtocol() |
| Method Detail |
|---|
String getProtocol()
void setProtocol(String protocol)
getProtocol()
protocol - protocolString getHostName()
void setHostName(String hostName)
getHostName()
hostName - host nameint getPort()
void setPort(int port)
getPort()
port - port
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||