Uses of Class
com.sun.identity.console.sts.model.STSInstanceModelResponse
-
Packages that use STSInstanceModelResponse Package Description com.sun.identity.console.sts.model Contains the model, or data access functionality, consumed by the ViewBean context displaying rest-sts instance state to be created, edited, or deleted. -
-
Uses of STSInstanceModelResponse in com.sun.identity.console.sts.model
Methods in com.sun.identity.console.sts.model that return STSInstanceModelResponse Modifier and Type Method Description STSInstanceModelResponseSTSInstanceModel. createInstance(STSHomeViewBeanModel.STSType stsType, Map<String,Set<String>> configurationState, String realm)Publishes a rest sts instance by POSTing to the rest-sts publish endpoint.STSInstanceModelResponseSTSInstanceModelBase. createInstance(STSHomeViewBeanModel.STSType stsType, Map<String,Set<String>> configurationState, String realm)static STSInstanceModelResponseSTSInstanceModelResponse. failure(String failureMessage)static STSInstanceModelResponseSTSInstanceModelResponse. success()static STSInstanceModelResponseSTSInstanceModelResponse. success(String successMessage)STSInstanceModelResponseSTSInstanceModel. updateInstance(STSHomeViewBeanModel.STSType stsType, Map<String,Set<String>> configurationState, String realm, String instanceName)Updates a rest sts instance by PUTing to the rest-sts publish endpoint.STSInstanceModelResponseSTSInstanceModelBase. updateInstance(STSHomeViewBeanModel.STSType stsType, Map<String,Set<String>> configurationState, String realm, String instanceName)STSInstanceModelResponseSTSInstanceModel. validateConfigurationState(STSHomeViewBeanModel.STSType stsType, Map<String,Set<String>> configurationState)Called by the ViewBean context prior to updating or publishing a rest sts instance.STSInstanceModelResponseSTSInstanceModelBase. validateConfigurationState(STSHomeViewBeanModel.STSType stsType, Map<String,Set<String>> configurationState)
-