Uses of Interface
com.sun.identity.console.base.model.AMServiceProfileModel
-
Packages that use AMServiceProfileModel Package Description com.sun.identity.console.audit Contains the ViewBean classes and model package defining the Admin console UI used to create, delete, and edit instances of the audit service, defined in audit.xml.com.sun.identity.console.audit.model Contains the model, or data access functionality, consumed by the ViewBean context displaying audit instance state to be created, edited, or deleted.com.sun.identity.console.authentication.model com.sun.identity.console.base com.sun.identity.console.base.model com.sun.identity.console.realm.model com.sun.identity.console.service com.sun.identity.console.service.model 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.com.sun.identity.console.webservices.model -
-
Uses of AMServiceProfileModel in com.sun.identity.console.audit
Methods in com.sun.identity.console.audit with parameters of type AMServiceProfileModel Modifier and Type Method Description protected StringAbstractAuditViewBean. getPropertySheetXML(AMServiceProfileModel model) -
Uses of AMServiceProfileModel in com.sun.identity.console.audit.model
Classes in com.sun.identity.console.audit.model that implement AMServiceProfileModel Modifier and Type Class Description classAbstractAuditModelAbstract Audit configuration UI model.classGlobalAuditConfigModelGlobal Audit configuration UI model.classRealmAuditConfigModelRealm Audit configuration UI model. -
Uses of AMServiceProfileModel in com.sun.identity.console.authentication.model
Subinterfaces of AMServiceProfileModel in com.sun.identity.console.authentication.model Modifier and Type Interface Description interfaceCoreAttributesModelClasses in com.sun.identity.console.authentication.model that implement AMServiceProfileModel Modifier and Type Class Description classAuthProfileModelImplclassCoreAttributesModelImpl -
Uses of AMServiceProfileModel in com.sun.identity.console.base
Methods in com.sun.identity.console.base with parameters of type AMServiceProfileModel Modifier and Type Method Description protected StringAMServiceProfileViewBeanBase. getPropertySheetXML(AMServiceProfileModel model) -
Uses of AMServiceProfileModel in com.sun.identity.console.base.model
Classes in com.sun.identity.console.base.model that implement AMServiceProfileModel Modifier and Type Class Description classAMServiceProfileModelImpl -
Uses of AMServiceProfileModel in com.sun.identity.console.realm.model
Subinterfaces of AMServiceProfileModel in com.sun.identity.console.realm.model Modifier and Type Interface Description interfaceServicesProfileModelClasses in com.sun.identity.console.realm.model that implement AMServiceProfileModel Modifier and Type Class Description classServicesProfileModelImpl -
Uses of AMServiceProfileModel in com.sun.identity.console.service
Methods in com.sun.identity.console.service with parameters of type AMServiceProfileModel Modifier and Type Method Description protected StringSCPolicyViewBean. getPropertySheetXML(AMServiceProfileModel model)protected StringSCServiceProfileViewBean. getPropertySheetXML(AMServiceProfileModel model) -
Uses of AMServiceProfileModel in com.sun.identity.console.service.model
Subinterfaces of AMServiceProfileModel in com.sun.identity.console.service.model Modifier and Type Interface Description interfaceSCPlatformModelinterfaceSecurityTokenServiceModelinterfaceSMDiscoveryServiceModelinterfaceSubSchemaModelClasses in com.sun.identity.console.service.model that implement AMServiceProfileModel Modifier and Type Class Description classSCConsolePropertiesModelImplclassSCPlatformModelImplclassSCSAML2SOAPBindingModelImplclassSCSOAPBindingModelImplclassSecurityTokenServiceModelImplclassSMDiscoveryServiceModelImplclassSMG11NModelImplclassSubSchemaModelImpl -
Uses of AMServiceProfileModel in com.sun.identity.console.sts.model
Classes in com.sun.identity.console.sts.model that implement AMServiceProfileModel Modifier and Type Class Description classRestSTSInstanceModelThis is the model backing the RestSTSAddViewBean and RestSTSEditViewBean classes.classSoapSTSInstanceModelThe model backing the SoapSTSAddViewBean and the SoapSTSEditViewBean classesclassSTSInstanceModelBase -
Uses of AMServiceProfileModel in com.sun.identity.console.webservices.model
Classes in com.sun.identity.console.webservices.model that implement AMServiceProfileModel Modifier and Type Class Description classWSAuthNServicesModelImplclassWSPersonalProfileServiceModelImpl
-