Searched refs:restSTSInstanceModel (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.
43 private final STSInstanceModel restSTSInstanceModel; field in class:STSHomeViewBeanModelImpl
48 restSTSInstanceModel = new RestSTSInstanceModel(req, map);
55 return restSTSInstanceModel.getPublishedInstances(stsType, realm);
64 restSTSInstanceModel.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.
43 private final STSInstanceModel restSTSInstanceModel; field in class:STSHomeViewBeanModelImpl
48 restSTSInstanceModel = new RestSTSInstanceModel(req, map);
55 return restSTSInstanceModel.getPublishedInstances(stsType, realm);
64 restSTSInstanceModel.deleteInstances(stsType, instanceNames);

Completed in 28 milliseconds