Searched refs:soapSTSInstanceModel (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModelImpl.java35 * but delegates the work to either the restSTSInstanceModel or the soapSTSInstanceModel.
44 private final STSInstanceModel soapSTSInstanceModel; field in class:STSHomeViewBeanModelImpl
49 soapSTSInstanceModel = new SoapSTSInstanceModel(req, map);
57 return soapSTSInstanceModel.getPublishedInstances(stsType, realm);
66 soapSTSInstanceModel.deleteInstances(stsType, instanceNames);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/
H A DSTSHomeViewBeanModelImpl.java35 * but delegates the work to either the restSTSInstanceModel or the soapSTSInstanceModel.
44 private final STSInstanceModel soapSTSInstanceModel; field in class:STSHomeViewBeanModelImpl
49 soapSTSInstanceModel = new SoapSTSInstanceModel(req, map);
57 return soapSTSInstanceModel.getPublishedInstances(stsType, realm);
66 soapSTSInstanceModel.deleteInstances(stsType, instanceNames);

Completed in 27 milliseconds