|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.federation.service.Federation
public class Federation
Federation provides an implementation of the FederationService that can be managed via the jmx-console
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 |
---|
public Federation()
Method Detail |
---|
public java.util.Collection getPartners()
getPartners
in interface FederationService
public void setConf(java.lang.String confLocation)
setConf
in interface FederationService
confLocation
- location of the configuration filepublic void start()
public void stop()
public java.lang.String getPartnerInfo()
getPartnerInfo
in interface FederationService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |