org.jboss.security.federation.model
Class Partner

java.lang.Object
  extended by org.jboss.security.federation.model.Partner
All Implemented Interfaces:
java.io.Serializable

public class Partner
extends java.lang.Object
implements java.io.Serializable

A Partner object represents a SSO Federation's partner web-site/web application.

Author:
Sohil Shah - sohil.shah@jboss.com - May 28, 2006
See Also:
Serialized Form

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

Partner

public Partner()
Initializes a Partner object

Method Detail

getDomain

public java.lang.String getDomain()
Returns the security ala web domain which this Partner web application is hosted in.

Returns:
web domain value of the partner application

setDomain

public void setDomain(java.lang.String domain)
Sets the security ala web domain which this Partner web application is hosted in.

Parameters:
domain - value of the security domain

getFederationServer

public 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.

Returns:
web address of the Federation Server

setFederationServer

public 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.

Parameters:
federationServer - value of the federation server's web address