public interface SingleSignOnServicesRuntimeMBean extends RuntimeMBean
This interface is used to publish SAML 2.0 local site meta-data for single sign-on services.
| Modifier and Type | Method and Description | 
|---|---|
void | 
publish(String fileName)
Publishes SAML 2.0 meta-data for Web Browser SSO Profile 
 | 
void | 
publish(String fileName,
       boolean prohibitOverwrite)
Publishes SAML 2.0 meta-data for Web Browser SSO Profile 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenervoid publish(String fileName) throws InvalidParameterException
fileName - Name of file to create; will silently overwrite existing file, if presentInvalidParameterException - thrown if a file with the specified name cannot be createdvoid publish(String fileName, boolean prohibitOverwrite) throws InvalidParameterException, CreateException, AlreadyExistsException
fileName - Name of file to createprohibitOverwrite - If true, prohibits overwrite if the file already existsInvalidParameterException - fileName parameter is null or empty, or the file cannot be writtenCreateException - if the metadata can't be generatedAlreadyExistsException - if the file already exists and prohibitOverwrite is true