| org.josso.util.mbeans.JOSSOBaseMBean org.josso.agent.SSOAgentMBean
Inner Class :public class SSOAgentMBeanNotification extends Notification | |
JOSSO_AGENT_EVENT_ADD_PARTNER_APP | final public static String JOSSO_AGENT_EVENT_ADD_PARTNER_APP(Code) | | String used as event type when notifying new partner app configurations using JMX.
|
JOSSO_AGENT_EVENT_REMOVE_PARTNER_APP | final public static String JOSSO_AGENT_EVENT_REMOVE_PARTNER_APP(Code) | | String used as event type when notifying partner app configuration removal using JMX.
|
addPartnerApp | public void addPartnerApp(String context, String[] ignoredWebResources)(Code) | | |
addPartnerApp | public void addPartnerApp(String context)(Code) | | |
removePartnerApp | public void removePartnerApp(String context)(Code) | | |
|
|