Uses of Interface
com.sun.identity.console.sts.model.STSHomeViewBeanModel
-
Packages that use STSHomeViewBeanModel 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 STSHomeViewBeanModel in com.sun.identity.console.sts.model
Subinterfaces of STSHomeViewBeanModel in com.sun.identity.console.sts.model Modifier and Type Interface Description interfaceSTSInstanceModelDefines the model functionality necessary to support the Rest/Soap Add/Edit ViewBean classes.Classes in com.sun.identity.console.sts.model that implement STSHomeViewBeanModel Modifier and Type Class Description classRestSTSInstanceModelThis is the model backing the RestSTSAddViewBean and RestSTSEditViewBean classes.classSoapSTSInstanceModelThe model backing the SoapSTSAddViewBean and the SoapSTSEditViewBean classesclassSTSHomeViewBeanModelImplThis class is a bit of a 'tricky move': the STSHomeViewBean needs a single model, but needs to represent state from two services - the rest and soap sts.classSTSInstanceModelBase
-