|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.federation.model.Partner
public class Partner
A Partner object represents a SSO Federation's partner web-site/web application.
Constructor Summary | |
---|---|
Partner()
Initializes a Partner object |
Method Summary | |
---|---|
java.lang.String |
getDomain()
Returns the security ala web domain which this Partner web application is hosted in. |
java.lang.String |
getFederationServer()
Returns the web address of the Federation Server that powers the security ala web domain that this partner application resides in. |
void |
setDomain(java.lang.String domain)
Sets the security ala web domain which this Partner web application is hosted in. |
void |
setFederationServer(java.lang.String federationServer)
Sets the web address of the Federation Server that powers the security ala web domain that this partner application resides in. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Partner()
Method Detail |
---|
public java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain
- value of the security domainpublic java.lang.String getFederationServer()
public void setFederationServer(java.lang.String federationServer)
federationServer
- value of the federation server's web address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |