org.jboss.security.federation.service
Class Federation

java.lang.Object
  extended by org.jboss.security.federation.service.Federation
All Implemented Interfaces:
FederationService

public class Federation
extends java.lang.Object
implements FederationService

Federation provides an implementation of the FederationService that can be managed via the jmx-console

Author:
Sohil Shah - sohil.shah@jboss.com - May 28, 2006

Constructor Summary
Federation()
          Initializes the Federation Service
 
Method Summary
 java.lang.String getPartnerInfo()
          Returns an xml representation of partner web applications that are part of this SSO Federation
 java.util.Collection getPartners()
          Returns a collection of partner web applications that are part of this SSO Federation
 void setConf(java.lang.String confLocation)
          Location of the configuration file used to configure the Federation Service
 void start()
          Starts the JMX service
 void stop()
          Stops the JMX service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Federation

public Federation()
Initializes the Federation Service

Method Detail

getPartners

public java.util.Collection getPartners()
Returns a collection of partner web applications that are part of this SSO Federation

Specified by:
getPartners in interface FederationService
Returns:
partner web applications that belong to the Single Sign On Federation

setConf

public void setConf(java.lang.String confLocation)
Location of the configuration file used to configure the Federation Service

Specified by:
setConf in interface FederationService
Parameters:
confLocation - location of the configuration file

start

public void start()
Starts the JMX service


stop

public void stop()
Stops the JMX service


getPartnerInfo

public java.lang.String getPartnerInfo()
Returns an xml representation of partner web applications that are part of this SSO Federation

Specified by:
getPartnerInfo in interface FederationService
Returns:
an xml representation of web applications that belong to the Single Sign On Federation