Uses of Class
com.sun.identity.console.base.model.AMConsoleException
-
-
Uses of AMConsoleException in com.sun.identity.console.agentconfig
Methods in com.sun.identity.console.agentconfig that throw AMConsoleException Modifier and Type Method Description protected voidWebServiceClientEditViewBean. getExtendedFormsValues(Map values)protected abstract voidWebServiceEditViewBean. getExtendedFormsValues(Map values)protected voidWebServiceProviderEditViewBean. getExtendedFormsValues(Map values)protected voidWebServiceSTSEditViewBean. getExtendedFormsValues(Map values)protected MapAgentGroupMembersViewBean. getFormValues()protected abstract MapAgentProfileViewBean. getFormValues()protected MapGenericAgentProfileViewBean. getFormValues()protected MapWebServiceEditViewBean. getFormValues()protected voidAgentGroupMembersViewBean. setDefaultValues(String type)protected abstract voidAgentProfileViewBean. setDefaultValues(String type)protected voidGenericAgentProfileViewBean. setDefaultValues(String type)protected voidWebServiceEditViewBean. setDefaultValues(String type)protected voidWebServiceClientEditViewBean. setExtendedDefaultValues(Map values)protected abstract voidWebServiceEditViewBean. setExtendedDefaultValues(Map attrValues)protected voidWebServiceProviderEditViewBean. setExtendedDefaultValues(Map values)protected voidWebServiceSTSEditViewBean. setExtendedDefaultValues(Map values) -
Uses of AMConsoleException in com.sun.identity.console.agentconfig.model
Methods in com.sun.identity.console.agentconfig.model that throw AMConsoleException Modifier and Type Method Description voidAgentsModel. createAgent(String realmName, String name, String type, String password, String choice)Creates agent.voidAgentsModel. createAgent(String realmName, String name, String type, String password, String serverURL, String agentURL)Creates agent.voidAgentsModelImpl. createAgent(String realmName, String name, String type, String password, String choice)Creates agent.voidAgentsModelImpl. createAgent(String realmName, String name, String type, String password, String serverURL, String agentURL)Creates agent.voidAgentsModel. createAgentGroup(String realmName, String name, String type)Creates agent group.voidAgentsModel. createAgentGroup(String realmName, String name, String type, String serverURL, String agentURL)Creates agent group.voidAgentsModelImpl. createAgentGroup(String realmName, String name, String type)Creates agent group.voidAgentsModelImpl. createAgentGroup(String realmName, String name, String type, String serverURL, String agentURL)Creates agent group.voidAgentsModel. createAgentLocal(String realmName, String name, String type, String password, String agentURL)Creates localized agent.voidAgentsModelImpl. createAgentLocal(String realmName, String name, String type, String password, String agentURL)Creates localized agent.voidAgentsModel. deleteAgentGroups(String realmName, Set agentGroups)Deletes agent groups.voidAgentsModelImpl. deleteAgentGroups(String realmName, Set agentGroups)Deletes agent groups.voidAgentsModel. deleteAgents(String realmName, Set agents)Deletes agents.voidAgentsModelImpl. deleteAgents(String realmName, Set agents)Deletes agents.StringAgentsModel. getAgentGroup(String realmName, String universalId)Returns the group of which agent belongs to.StringAgentsModelImpl. getAgentGroup(String realmName, String universalId)Returns the group of which agent belongs to.StringAgentsModel. getAgentGroupId(String realmName, String universalId)Returns the group of which agent belongs to.StringAgentsModelImpl. getAgentGroupId(String realmName, String universalId)Returns the group of which agent belongs to.SetAgentsModel. getAgentGroupMembers(String agentId)Returns a set of members of an agent group.SetAgentsModelImpl. getAgentGroupMembers(String agentId)Returns a set of members of an agent group.intAgentsModel. getAgentGroupNames(String realmName, Set setTypes, String pattern, Set results)Returns agent group names.intAgentsModelImpl. getAgentGroupNames(String realmName, Set setTypes, String pattern, Set results)Returns agent group names.MapAgentsModel. getAgentGroupValues(String realm, String agentId, Set attrNames)Returns attribute values of agent's group.MapAgentsModelImpl. getAgentGroupValues(String realmName, String agentId, Set attrNames)Returns attribute values of agent's group.intAgentsModel. getAgentNames(String realmName, Set setTypes, String pattern, Set results)Returns agent names.intAgentsModelImpl. getAgentNames(String realmName, Set setTypes, String pattern, Set results)Returns agent names.StringAgentsModel. getAgentType(AMIdentity amid)Returns agent type.StringAgentsModelImpl. getAgentType(AMIdentity amid)Returns agent type.MapAgentDumpModel. getAttributeValues(String universalId)MapAgentDumpModelImpl. getAttributeValues(String universalId)MapAgentExportPolicyModel. getAttributeValues(String agentName, String agentType)MapAgentExportPolicyModelImpl. getAttributeValues(String agentName, String agentType)MapAgentsModel. getAttributeValues(String realmName, String universalId, boolean withInheritValues)Returns attribute values of an agent or agent group.MapAgentsModelImpl. getAttributeValues(String realmName, String universalId, boolean withInheritValues)Returns attribute values of an agent or agent group.SetAgentsModel. getAuthenticationChains()Returns all the authentication chains in a realm.SetAgentsModelImpl. getAuthenticationChains()Returns all the authentication chains in a realm.StringAgentDumpModel. getDisplayName(String universalId)StringAgentDumpModelImpl. getDisplayName(String universalId)StringAgentExportPolicyModel. getDisplayName(String universalId)StringAgentExportPolicyModelImpl. getDisplayName(String universalId)StringAgentsModel. getDisplayName(String universalId)Returns display name of an agent/group.StringAgentsModelImpl. getDisplayName(String universalId)Returns display name of an agent/group.MapAgentsModel. getGroupAttributeValues(String realmName, String groupName)Returns attribute values of an agent group.MapAgentsModelImpl. getGroupAttributeValues(String realmName, String groupName)Returns attribute values of an agent group.StringAgentExportPolicyModel. getInputPolicyAttributeValues(String agentName, String agentType)StringAgentExportPolicyModelImpl. getInputPolicyAttributeValues(String agentName, String agentType)StringAgentExportPolicyModel. getOutputPolicyAttributeValues(String agentName, String agentType)StringAgentExportPolicyModelImpl. getOutputPolicyAttributeValues(String agentName, String agentType)StringAgentExportPolicyModel. getPolicyAttributeValues(String agentName, String agentType)StringAgentExportPolicyModelImpl. getPolicyAttributeValues(String agentName, String agentType)voidAgentsModel. setAttributeValues(String universalId, Map values)Modifies agent or agent group attribute values.voidAgentsModelImpl. setAttributeValues(String universalId, Map values)Modifies agent or agent group attribute values.booleanAgentsModel. setGroup(String realmName, String universalId, String groupName)Modifies agent's group.booleanAgentsModelImpl. setGroup(String realmName, String universalId, String groupName)Modifies agent's group.voidAgentsModel. updateAgentConfigInheritance(String universalId, Map inherit)Updates inheritance setting.voidAgentsModelImpl. updateAgentConfigInheritance(String universalId, Map inherit)Updates inheritance setting. -
Uses of AMConsoleException in com.sun.identity.console.audit
Methods in com.sun.identity.console.audit that throw AMConsoleException Modifier and Type Method Description protected StringAbstractAuditViewBean. getPropertySheetXML(AMServiceProfileModel model) -
Uses of AMConsoleException in com.sun.identity.console.audit.model
Methods in com.sun.identity.console.audit.model that throw AMConsoleException Modifier and Type Method Description voidAbstractAuditModel. createEventHandler(String eventHandlerName, String eventHandlerType, Map<String,Set<String>> attributeValues)Create a new event handler with the given attributes.voidAbstractAuditModel. deleteEventHandles(Set<String> names)Delete the event handlers specified.StringAbstractAuditModel. getAddEventHandlerPropertyXML(String schemaId)Get the JATO XML configuration for generation the UI used to add event handlers.StringAbstractAuditModel. getEditEventHandlerPropertyXML(String realmName, String handlerName, String viewBeanClassName)Get the JATO XML configuration for generation the UI used to edit event handlers.Set<String>AbstractAuditModel. getEventHandlerAttributeNames(String eventHandlerType)Get the attribute names for the specified event handler type (schema ID).Map<?,?>AbstractAuditModel. getEventHandlerAttributeValues(String eventHandlerName)Get the attribute values for the specified event handler.List<SMSubConfig>AbstractAuditModel. getEventHandlerConfigurations()Get the configuration properties of all the audit event handlers.Map<String,Set<?>>AbstractAuditModel. getEventHandlerDefaultValues(String eventHandlerType)Get the default attribute values for the specified event handler type (schema ID).Set<String>AbstractAuditModel. getEventHandlerTypeNames()Get the type names (schema ID) for all the event handlers.StringAbstractAuditModel. getPropertySheetXML(String realmName, String viewBeanName, String viewBeanClassName)voidAbstractAuditModel. setAttributeValues(Map map)voidAbstractAuditModel. setEventHandlerAttributeValues(String eventHandlerName, Map<?,?> values)Set the attribute values for the specified event handler.Constructors in com.sun.identity.console.audit.model that throw AMConsoleException Constructor Description AbstractAuditModel(jakarta.servlet.http.HttpServletRequest request, Map sessionAttributes)Create a newAbstractAuditModel.GlobalAuditConfigModel(jakarta.servlet.http.HttpServletRequest request, Map sessionAttributes)Create a newGlobalAuditConfigModel.RealmAuditConfigModel(jakarta.servlet.http.HttpServletRequest request, Map sessionAttributes)Create a newRealmAuditConfigModel. -
Uses of AMConsoleException in com.sun.identity.console.authentication
Methods in com.sun.identity.console.authentication that throw AMConsoleException Modifier and Type Method Description protected MapCoreAttributesViewBean. getValues()protected MapEditAuthTypeViewBean. getValues() -
Uses of AMConsoleException in com.sun.identity.console.authentication.model
Methods in com.sun.identity.console.authentication.model that throw AMConsoleException Modifier and Type Method Description voidAuthConfigurationModel. createAuthConfiguration(String name)Creates a new named authentication configuration object.voidAuthConfigurationModelImpl. createAuthConfiguration(String name)Creates a new named authentication configuration object.voidAuthPropertiesModel. createAuthInstance(String name, String type)voidAuthPropertiesModelImpl. createAuthInstance(String name, String type)voidAuthConfigurationModel. deleteAuthConfiguration(String realm, Set names)Deletes the named authentication configuration object.voidAuthConfigurationModelImpl. deleteAuthConfiguration(String realm, Set names)Deletes the named authentication configuration object.MapAuthConfigurationModel. getValues()Returns a map of the attributes that make up an auth config entry.MapAuthConfigurationModelImpl. getValues()Returns a map of the attributes that make up an auth config entry.MapAuthPropertiesModel. getValues()Returns all the values for the core authentication service.MapAuthPropertiesModelImpl. getValues()Returns the values for the core authenticaion service attributes.voidAuthPropertiesModel. removeAuthInstance(Set names)voidAuthPropertiesModelImpl. removeAuthInstance(Set names)voidCoreAttributesModelImpl. setAttributeValues(Map map)Set attribute values.voidAuthPropertiesModel. setInstanceValues(String name, Map value)voidAuthPropertiesModelImpl. setInstanceValues(String instance, Map values)voidAuthPropertiesModel. setValues(Map modifiedValues)Sets the specified attribute values in the service configuration.voidAuthPropertiesModelImpl. setValues(Map modifiedValues)voidAuthConfigurationModel. store(String realm, String config)Save the value for the given realm and configuration.voidAuthConfigurationModelImpl. store(String realm, String config)Save the value for the given realm and configuration.Constructors in com.sun.identity.console.authentication.model that throw AMConsoleException Constructor Description AuthProfileModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)CoreAttributesModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle. -
Uses of AMConsoleException in com.sun.identity.console.base
Methods in com.sun.identity.console.base that throw AMConsoleException Modifier and Type Method Description PageTrail.MarkerPageTrail. backTo(int idx)Discards items from a given index (exclusive) to the end.MapAMPropertySheet. getAttributeValues(Collection attrNames)Returns a map of attribute name to values.MapAMPropertySheet. getAttributeValues(Map orig, boolean modified, boolean matchPwd, AMModel amModel)Returns a map of attribute name to values which have different values from the original values.MapAMPropertySheet. getAttributeValues(Map orig, boolean modified, AMModel model)Returns a map of attribute name to values which have different values from the original values.MapAMPropertySheet. getAttributeValues(Map orig, AMModel model)Returns a map of attribute name to values.protected StringAMServiceProfileViewBeanBase. getPropertySheetXML(AMServiceProfileModel model)ClassAMViewConfig. getShowMenuClass(String name, String idx)ClassAMTabEntry. getTabClass()ClassAMTabEntry. getTabClass(int id)AMTabEntryAMViewConfig. getTabEntry(int idx)protected AMViewBeanBaseAMPrimaryMastHeadViewBean. getTabNodeAssociatedViewBean(String tabSetName, int nodeID)Returns view bean for a tab.AMViewBeanBaseAMViewConfig. getTabViewBean(AMViewBeanBase vb, String realmName, AMModel model, int idx, int childIdx)AMViewBeanBaseAMViewConfig. getTabViewBean(AMViewBeanBase vb, String realmName, AMModel model, String type, int idx, int childIdx)protected MapAMServiceProfileViewBeanBase. getValues()protected voidAMPrimaryMastHeadViewBean. initPageTrail()Constructors in com.sun.identity.console.base that throw AMConsoleException Constructor Description AMShowMenuEntry(Node root)AMTabEntry(Node root) -
Uses of AMConsoleException in com.sun.identity.console.base.model
Methods in com.sun.identity.console.base.model that throw AMConsoleException Modifier and Type Method Description voidSubConfigMeta. createSubConfig(String name, String schemaName, Map values)Creates a new sub configuration.voidSubConfigMeta. deleteSubConfigurations(Set names)Deletes sub configurations.StringAMServiceProfileModel. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringAMServiceProfileModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.SetAMModel. getRealmNames(String base, String filter)Set<String>AMModelBase. getRealmNames(String base, String filter)MapSubConfigMeta. getSubConfigAttributeValues()Returns attribute values.voidAMServiceProfileModel. setAttributeValues(Map map)Set attribute values.voidAMServiceProfileModelImpl. setAttributeValues(Map map)Set attribute values.voidSubConfigMeta. setSubConfigAttributeValues(Map values)Set attribute values.Constructors in com.sun.identity.console.base.model that throw AMConsoleException Constructor Description AMServiceProfileModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle. -
Uses of AMConsoleException in com.sun.identity.console.delegation.model
Methods in com.sun.identity.console.delegation.model that throw AMConsoleException Modifier and Type Method Description SetDelegationModel. getPrivileges(String realmName, String uid)Returns a set of privileges of an identity.SetDelegationModelImpl. getPrivileges(String realmName, String uid)Returns a set of privileges of an identity.SetDelegationModel. getSubjects(String realmName, String pattern)Returns delegation subjects under a realm.SetDelegationModelImpl. getSubjects(String realmName, String pattern)Returns delegation subjects under a realm.voidDelegationModel. setPrivileges(String realmName, String uid, Map privileges)Set privileges of an identity.voidDelegationModelImpl. setPrivileges(String realmName, String uid, Map privileges)Set privileges of an identity. -
Uses of AMConsoleException in com.sun.identity.console.federation
Methods in com.sun.identity.console.federation that throw AMConsoleException Modifier and Type Method Description voidFSSAMLSiteID. addSiteID(Map mapData)protected voidFSSAMLTrustedPartnersViewBeanBase. editEntry(Map values)Edits an entry to the cache value in page session.protected StringFSSAMLTrustedPartnersViewBeanBase. getValues(Map map)protected voidFSSAMLSiteIDAddViewBean. handleButton1Request(Map values)protected voidFSSAMLSiteIDEditViewBean. handleButton1Request(Map values)protected abstract voidFSSAMLSiteIDViewBeanBase. handleButton1Request(Map values)protected voidFSSAMLTargetURLsAddViewBean. handleButton1Request(String value)protected voidFSSAMLTargetURLsEditViewBean. handleButton1Request(String value)protected abstract voidFSSAMLTargetURLsViewBeanBase. handleButton1Request(String value)protected voidFSSAMLTrustedPartnersAddViewBean. handleButton1Request(Map values)protected voidFSSAMLTrustedPartnersEditViewBean. handleButton1Request(Map values)Handles save request.protected abstract voidFSSAMLTrustedPartnersViewBeanBase. handleButton1Request(Map values)voidFSSAMLServiceViewBean. handleButton3Request(com.iplanet.jato.view.event.RequestInvocationEvent event)Handles cancel request.voidFSSAMLSiteID. replaceSiteID(int idx, Map mapData) -
Uses of AMConsoleException in com.sun.identity.console.federation.model
Methods in com.sun.identity.console.federation.model that throw AMConsoleException Modifier and Type Method Description voidFSAuthDomainsModel. addProviders(String realm, String cotName, Collection names)Adds providers.voidFSAuthDomainsModelImpl. addProviders(String realm, String cotName, Collection names)Adds providers.voidFSAuthDomainsModel. createAuthenticationDomain(Map attrValues, Set providers)Creates authentication domain.voidFSAuthDomainsModelImpl. createAuthenticationDomain(Map attrValues, Set providers)Creates authentication domain.voidEntityModel. createEntity(Map data)Creates an entity.voidEntityModelImpl. createEntity(Map data)Creates an entity.voidIDFFModel. createEntityConfig(String realm, String entityName, String role, String location)createEntityConfig create a provider's extended metadata.voidIDFFModelImpl. createEntityConfig(String realm, String entityName, String role, String location)voidCreateMetaDataModel. createIDFFProvider(String realm, String entityId, Map values)Creates a IDFF provider.voidCreateMetaDataModelImpl. createIDFFProvider(String realm, String entityId, Map values)Creates a IDFF provider.voidCreateMetaDataModel. createSAMLv2Provider(String realm, String entityId, Map values)Creates a SAMLv2 provider.voidCreateMetaDataModelImpl. createSAMLv2Provider(String realm, String entityId, Map values)Creates a SAMLv2 provider.voidCreateMetaDataModel. createWSFedProvider(String realm, String entityId, Map values)Creates a WS Federation provider.voidCreateMetaDataModelImpl. createWSFedProvider(String realm, String entityId, Map values)Creates a WS Federation provider.voidFSAuthDomainsModel. deleteAuthenticationDomain(String realm, String cotName)Deletes authentication domains.voidFSAuthDomainsModelImpl. deleteAuthenticationDomain(String realm, String cotName)Deletes an authentication domain (circle of trust) within a given realm.voidEntityModel. deleteEntities(String name, String protocol, String realm)Deletes the entity specified.voidEntityModelImpl. deleteEntities(String name, String protocol, String realm)Deletes the entity specified.voidFSSAMLServiceModel. deleteTrustPartners(Set values)delete trusted partners setvoidFSSAMLServiceModelImpl. deleteTrustPartners(Set values)delete trusted partners.MapIDFFModel. getAffiliateProfileAttributeValues(String realm, String entityName)Returns affiliate profile attribute values.MapIDFFModelImpl. getAffiliateProfileAttributeValues(String realm, String entityName)Returns affiliate profile attribute values.SetIDFFModel. getAllAffiliateEntityDescriptorNames(String realm)SetIDFFModelImpl. getAllAffiliateEntityDescriptorNames(String realm)SetIDFFModel. getAllAffiliateMembers(String realm, String entityName)SetIDFFModelImpl. getAllAffiliateMembers(String realm, String entityName)Returns a Set of all the affiliate membersSetIDFFModel. getAllEntityDescriptorNames(String realm)SetIDFFModelImpl. getAllEntityDescriptorNames(String realm)Returns aSetof entity descriptor names.SetFSAuthDomainsModel. getAllProviderNames(String realm)Returns a set of provider names.SetFSAuthDomainsModelImpl. getAllProviderNames(String realm)Returns aSetof provider names that exist in the specified realm.SetSAMLv2Model. getallSPEntities(String realm)Returns a set with all Service Providers under the realm.SetSAMLv2ModelImpl. getallSPEntities(String realm)Returns a set with all the Service Providers under the realm.AssertionConsumerServiceElementSAMLv2Model. getAscObject()AssertionConsumerServiceElementSAMLv2ModelImpl. getAscObject()ListSAMLv2Model. getAssertionConsumerServices(String realm, String entityName)Returns a List with Assertion Consumer Service attributes and values.ListSAMLv2ModelImpl. getAssertionConsumerServices(String realm, String entityName)Returns a List with Assertion Consumer Service attributes and values.MapFSAuthDomainsModel. getAttributeValues(String realm, String name)Returns attribute values.MapFSAuthDomainsModelImpl. getAttributeValues(String realm, String name)Returns attribute values.MapIDFFModel. getCommonAttributeValues(String realm, String entityName)Returns provider-affiliate common attribute values.MapIDFFModelImpl. getCommonAttributeValues(String realm, String entityName)Returns provider-affiliate common attribute values.MapEntityModel. getEntities()Returns a map with all entities including data about what realm, the roles, and location of each entity.MapEntityModelImpl. getEntities()Returns a map with all entities including data about what realm, the roles, and location of each entity.FederationElementWSFedPropertiesModel. getEntityDesc(String realm, String fedid)Returns FederationElement Object for the realm and fedid passed.FederationElementWSFedPropertiesModelImpl. getEntityDesc(String realm, String fedId)Returns theFederationElementfor the given realm and federation ID.MapIDFFModel. getEntityIDPDescriptor(String realm, String entityName)Returns Map values of IDP Descriptor.MapIDFFModelImpl. getEntityIDPDescriptor(String realm, String entityName)Returns a map of IDP key/value pairs.MapIDFFModel. getEntitySPDescriptor(String entityName, String realm)Returns Map values of SP Descriptor.MapIDFFModelImpl. getEntitySPDescriptor(String realm, String entityName)Returns a map of an SP entity descriptors key/value pairs.MapSAMLv2Model. getExtendedAffiliationyAttributes(String realm, String entityName)Returns a map with extended Affiliation attributes and values.MapSAMLv2ModelImpl. getExtendedAffiliationyAttributes(String realm, String entityName)Returns a map with extended Affiliation attributes and values.MapSAMLv2Model. getExtendedAttributeAuthorityAttributes(String realm, String entityName)Returns a map with extended AttributeAuthority attributes and values.MapSAMLv2ModelImpl. getExtendedAttributeAuthorityAttributes(String realm, String entityName)Returns a map with extended AttributeAuthority attributes and values.MapSAMLv2Model. getExtendedAttrQueryAttributes(String realm, String entityName)Returns a map with extended AttrQuery attributes and values.MapSAMLv2ModelImpl. getExtendedAttrQueryAttributes(String realm, String entityName)Returns a map with extended AttrQuery attributes and values.MapSAMLv2Model. getExtendedAuthnAuthorityAttributes(String realm, String entityName)Returns a map with extended AuthnAuthority attributes and values.MapSAMLv2ModelImpl. getExtendedAuthnAuthorityAttributes(String realm, String entityName)Returns a map with extended AuthnAuthority attributes and values.Map<String,List<String>>SAMLv2Model. getExtendedIdentityProviderAttributes(String realm, String entityName)Returns a map with extended identity provider attributes and values.Map<String,List<String>>SAMLv2ModelImpl. getExtendedIdentityProviderAttributes(String realm, String entityName)Returns a map with extended identity provider attributes and values.MapSAMLv2Model. getExtendedServiceProviderAttributes(String realm, String entityName)Returns a map with extended service provider attributes and values.MapSAMLv2ModelImpl. getExtendedServiceProviderAttributes(String realm, String entityName)Returns a map with extended service provider attributes and values.MapWSFedPropertiesModel. getIdentityProviderAttributes(String realm, String fedid)Returns a map with identity provider attributes and values.MapWSFedPropertiesModelImpl. getIdentityProviderAttributes(String realm, String fedId)Returns aMapwith identity provider attributes and values.MapEntityModel. getIDFFEntities()Returns a map of all the idff entities including data about what realm, the roles, and location of each entity.MapEntityModelImpl. getIDFFEntities()Returns a map of all the idff entities including data about what realm, the roles, and location of each entity.IDFFAuthContextsIDFFModel. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.IDFFAuthContextsIDFFModelImpl. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.SAMLv2AuthContextsSAMLv2Model. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.SAMLv2AuthContextsSAMLv2ModelImpl. getIDPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in IDP.MapIDFFModel. getIDPEntityConfig(String entityName, String realm, String location)Returns attributes values of provider.MapIDFFModelImpl. getIDPEntityConfig(String realm, String entityName, String location)Returns attributes values in extended metadata.StringSAMLv2Model. getMetaalias(String realm, String entityName, String role)Returns the metaAlias of the entity.StringSAMLv2ModelImpl. getMetaalias(String realm, String entityName, String role)Returns the metaAlias of the entity.MapSAMLv2Model. getPDPConfig(String realm, String entityName, String location)Returns a Map of PDP Config data.MapSAMLv2ModelImpl. getPDPConfig(String realm, String entityName, String location)Returns a Map of PDP Config data.MapSAMLv2Model. getPDPDescriptor(String realm, String entityName)Returns a Map of PDP descriptor data.MapSAMLv2ModelImpl. getPDPDescriptor(String realm, String entityName)Returns a Map of PDP descriptor data.MapSAMLv2Model. getPEPConfig(String realm, String entityName, String location)Returns a Map of PEP config data.MapSAMLv2ModelImpl. getPEPConfig(String realm, String entityName, String location)Returns aMapcontaining the extended metadata for the PEP.MapSAMLv2Model. getPEPDescriptor(String realm, String entityName)Returns a Map of PEP descriptor data.MapSAMLv2ModelImpl. getPEPDescriptor(String realm, String entityName)Returns a Map of PEP descriptor data.StringFSAuthDomainsModel. getRealm(String name)Returns the realm associated with the given circle of trust.StringFSAuthDomainsModelImpl. getRealm(String name)Returns realm that have name matchingSetFSAuthDomainsModel. getRealmNames(String base, String filter)Returns realms that have names matching with a filter.MapEntityModel. getSAMLv2Entities()Returns a map of all the samlv2 entities including data about what realm, the roles, and location of each entity.MapEntityModelImpl. getSAMLv2Entities()Returns a map of all the samlv2 entities including data about what realm, the roles, and location of each entity.MapWSFedPropertiesModel. getServiceProviderAttributes(String realm, String fedid)Returns a map with service provider attributes and values.MapWSFedPropertiesModelImpl. getServiceProviderAttributes(String realm, String fedId)Returns a map with service provider attributes and values.IDFFAuthContextsIDFFModel. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.IDFFAuthContextsIDFFModelImpl. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.SAMLv2AuthContextsSAMLv2Model. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.SAMLv2AuthContextsSAMLv2ModelImpl. getSPAuthenticationContexts(String realm, String entityName)Returns the object of Auththentication Contexts in SP.MapIDFFModel. getSPEntityConfig(String realm, String entityName, String location)Returns attributes values of provider.MapIDFFModelImpl. getSPEntityConfig(String realm, String entityName, String location)Returns attributes values in extended metadata.MapSAMLv2Model. getStandardAffiliationAttributes(String realm, String entityName)Returns a map with standard Affiliation attributes and values.MapSAMLv2ModelImpl. getStandardAffiliationAttributes(String realm, String entityName)Returns a map with standard Affiliation attributes and values.MapSAMLv2Model. getStandardAttributeAuthorityAttributes(String realm, String entityName)Returns a map with standard AttributeAuthority attributes and values.MapSAMLv2ModelImpl. getStandardAttributeAuthorityAttributes(String realm, String entityName)Returns a map with standard AttributeAuthority attributes and values.MapSAMLv2Model. getStandardAttrQueryAttributes(String realm, String entityName)Returns a map with standard AttrQuery attributes and values.MapSAMLv2ModelImpl. getStandardAttrQueryAttributes(String realm, String entityName)Returns a map with standard AttrQuery attributes and values.MapSAMLv2Model. getStandardAuthnAuthorityAttributes(String realm, String entityName)Returns a map with standard AuthnAuthority attributes and values.MapSAMLv2ModelImpl. getStandardAuthnAuthorityAttributes(String realm, String entityName)Returns a map with standard AuthnAuthority attributes and values.MapSAMLv2Model. getStandardIdentityProviderAttributes(String realm, String entityName)Returns a map with standard identity provider attributes and values.MapSAMLv2ModelImpl. getStandardIdentityProviderAttributes(String realm, String entityName)Returns a map with standard identity provider attributes and values.MapSAMLv2Model. getStandardServiceProviderAttributes(String realm, String entityName)Returns a map with standard service provider attributes and values.MapSAMLv2ModelImpl. getStandardServiceProviderAttributes(String realm, String entityName)Returns a map with standard service provider attributes and values.SetFSAuthDomainsModel. getTrustedProviderNames(String realm, String name)Returns a set of provider names under a authentication domain.SetFSAuthDomainsModelImpl. getTrustedProviderNames(String realm, String name)Returns a set of provider names under a authentication domain.MapEntityModel. getWSFedEntities()Returns a map of all the wsfed entities including data about what realm, the roles, and location of each entity.MapEntityModelImpl. getWSFedEntities()Returns a map of all the wsfed entities including data about what realm, the roles, and location of each entity.voidImportEntityModel. importEntity(Map data)voidImportEntityModelImpl. importEntity(Map requestData)Import one of the following entity types: SAMLv2, IDFF, or WSFed.booleanEntityModel. isAffiliate(String protocol, String realm, String name)Returns true if entity descriptor is an affiliate.booleanEntityModelImpl. isAffiliate(String protocol, String realm, String name)Returns true if entity descriptor is an affiliate.booleanIDFFModel. isAffiliate(String realm, String entityName)Returns true if entity descriptor is an affiliate.booleanIDFFModelImpl. isAffiliate(String realm, String entityName)Returns true if entity descriptor is an affiliate.voidIDFFModel. modifyEntityProfile(String realm, String entityName, Map map)Modifies entity descriptor profile.voidIDFFModelImpl. modifyEntityProfile(String realm, String entityName, Map map)Modifies entity descriptor profile.voidFSSAMLServiceModel. modifyTrustPartners(Set values)modify trusted partners setvoidFSSAMLServiceModelImpl. modifyTrustPartners(Set values)voidFSAuthDomainsModel. setAttributeValues(String realm, String name, Map values)Set attribute values.voidFSAuthDomainsModelImpl. setAttributeValues(String realm, String name, Map values)Set attribute values.voidFSSAMLServiceModel. setAttributeValues(Map values)Set attribute values.voidFSSAMLServiceModelImpl. setAttributeValues(Map values)Set SAMLv1.x attribute values.voidSAMLv2Model. setExtAttributeAuthorityValues(String realm, String entityName, Map attrAuthExtValues, String location)Saves the extended attribute values for Attribute Authority.voidSAMLv2ModelImpl. setExtAttributeAuthorityValues(String realm, String entityName, Map attrAuthExtValues, String location)Saves the extended attribute values for Attribute Authority.voidSAMLv2Model. setExtAttributeQueryValues(String realm, String entityName, Map attrQueryExtValues, String location)Saves the extended attribute values for Attribute Query.voidSAMLv2ModelImpl. setExtAttributeQueryValues(String realm, String entityName, Map attrQueryExtValues, String location)Saves the extended attribute values for Attribute Query.voidSAMLv2Model. setExtauthnAuthValues(String realm, String entityName, Map authnAuthExtValues, String location)Saves the extended attribute values for Authn Authority.voidSAMLv2ModelImpl. setExtauthnAuthValues(String realm, String entityName, Map authnAuthExtValues, String location)Saves the extended attribute values for Authn Authority.voidWSFedPropertiesModel. setGenAttributeValues(String realm, String fedId, Map idpStdValues, String role, String location)Saves the standard attribute values from the General page.voidWSFedPropertiesModelImpl. setGenAttributeValues(String realm, String fedId, Map idpStdValues, String role, String location)Saves the attribute values from the General page.voidSAMLv2Model. setIDPExtAttributeValues(String realm, String entityName, Map idpExtValues, String location)Saves the extended attribute values for the Identity Provider.voidSAMLv2ModelImpl. setIDPExtAttributeValues(String realm, String entityName, Map idpExtValues, String location)Saves the extended attribute values for the Identiy Provider.voidWSFedPropertiesModel. setIDPExtAttributeValues(String realm, String fedId, Map idpExtValues, String location)Saves the extended metadata attribute values for the IDP.voidWSFedPropertiesModelImpl. setIDPExtAttributeValues(String realm, String fedId, Map idpExtValues, String location)Saves the standard attribute values for the SP.voidSAMLv2Model. setIDPStdAttributeValues(String realm, String entityName, Map idpStdValues)Saves the standard attribute values for the Identiy Provider.voidSAMLv2ModelImpl. setIDPStdAttributeValues(String realm, String entityName, Map idpStdValues)Saves the standard attribute values for the Identiy Provider.voidWSFedPropertiesModel. setIDPSTDAttributeValues(String entityName, Map idpStdValues, String realm, Map idpExtValues, String location)Saves the standard attribute values for the IDP.voidWSFedPropertiesModelImpl. setIDPSTDAttributeValues(String entityName, Map idpStdValues, String realm, Map idpExtValues, String location)Saves the standard attribute values for the IDP.voidSAMLv2Model. setSPExtAttributeValues(String realm, String entityName, Map spExtValues, String location)Saves the extended attribute values for the Service Provider.voidSAMLv2ModelImpl. setSPExtAttributeValues(String realm, String entityName, Map spExtValues, String location)Saves the extended attribute values for the Service Provider.voidWSFedPropertiesModel. setSPExtAttributeValues(String realm, String fedId, Map spExtvalues, String location)Saves the extended metadata attribute values for the SP.voidWSFedPropertiesModelImpl. setSPExtAttributeValues(String realm, String fedId, Map spExtvalues, String location)Saves the extended metadata attribute values for the SP.voidSAMLv2Model. setSPStdAttributeValues(String realm, String entityName, Map spStdValues, List assertionConsumer)Saves the standard attribute values for the Service Provider.voidSAMLv2ModelImpl. setSPStdAttributeValues(String realm, String entityName, Map spStdValues, List assertionConsumer)Saves the standard attribute values for the Service Provider.voidSAMLv2Model. setStdAffilationValues(String realm, String entityName, Map affiliationValues, Set members)Saves the standard attribute values for Affilaition.voidSAMLv2ModelImpl. setStdAffilationValues(String realm, String entityName, Map affiliationValues, Set members)Saves the standard attribute values for Affilaition.voidSAMLv2Model. setStdAttributeAuthorityValues(String realm, String entityName, Map attrAuthValues)Saves the standard attribute values for Attribute Authority.voidSAMLv2ModelImpl. setStdAttributeAuthorityValues(String realm, String entityName, Map attrAuthValues)Saves the standard attribute values for Attribute Authority.voidSAMLv2Model. setStdAttributeQueryValues(String realm, String entityName, Map attrQueryValues)Saves the standard attribute values for Attribute Query.voidSAMLv2ModelImpl. setStdAttributeQueryValues(String realm, String entityName, Map attrQueryValues)Saves the standard attribute values for Attribute Query.voidSAMLv2Model. setStdAuthnAuthorityValues(String realm, String entityName, Map authnAuthValues)Saves the standard attribute values for Authn Authority.voidSAMLv2ModelImpl. setStdAuthnAuthorityValues(String realm, String entityName, Map authnAuthValues)Saves the standard attribute values for Authn Authority.voidIDFFModel. updateAffiliateProfile(String realm, String entityName, Map values, Set members)Modifies affiliate profile.voidIDFFModelImpl. updateAffiliateProfile(String realm, String entityName, Map values, Set members)Modifies affiliate profile.voidIDFFModel. updateEntityIDPDescriptor(String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted)updateEntityIDPDescriptor Modifies a identity provider's standard metadata.voidIDFFModelImpl. updateEntityIDPDescriptor(String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted)voidIDFFModel. updateEntitySPDescriptor(String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted)updateEntitySPDescriptor Modifies a service provider's standard metadata.voidIDFFModelImpl. updateEntitySPDescriptor(String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted)voidIDFFModel. updateIDPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update IDP Authentication ContextsvoidIDFFModelImpl. updateIDPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update IDP Authentication ContextsvoidSAMLv2Model. updateIDPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update IDP Authentication ContextsvoidSAMLv2ModelImpl. updateIDPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update IDP Authentication ContextsvoidIDFFModel. updateIDPEntityConfig(String realm, String entityName, Map attrValues)updateIDPEntityConfig Modifies a provider's extended metadata.voidIDFFModelImpl. updateIDPEntityConfig(String realm, String entityName, Map attrValues)Modifies a identity provider's extended metadata.voidSAMLv2Model. updateKeyinfo(String realm, String entityName, Map<String,Set<String>> extValues, Map<String,Set<String>> stdValues, boolean isIDP)Saves the signing and encryption values for entity.voidSAMLv2ModelImpl. updateKeyinfo(String realm, String entityName, Map<String,Set<String>> extValues, Map<String,Set<String>> stdValues, boolean isIDP)Saves the signing and encryption values for the entity.voidSAMLv2Model. updatePDPConfig(String realm, String entityName, String location, Map attrValues)save data for PDP Config data.voidSAMLv2ModelImpl. updatePDPConfig(String realm, String entityName, String location, Map attrValues)Save extended metadata for PDP Config.voidSAMLv2Model. updatePDPDescriptor(String realm, String entityName, Map attrValues)save data for PDP descriptor data.voidSAMLv2ModelImpl. updatePDPDescriptor(String realm, String entityName, Map attrValues)Save standard metadata for PDP descriptor.voidSAMLv2Model. updatePEPConfig(String realm, String entityName, String location, Map attrValues)Save the configuration data for the policy enforcment point (PEP) entity.voidSAMLv2ModelImpl. updatePEPConfig(String realm, String entityName, String location, Map attrValues)Save the extended metadata for PEP Config.voidSAMLv2Model. updatePEPDescriptor(String realm, String entityName, Map attrValues)save data for PEP descriptor data.voidSAMLv2ModelImpl. updatePEPDescriptor(String realm, String entityName, Map attrValues)Save the standard metadata for PEP descriptor.voidIDFFModel. updateSPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update SP Authentication ContextsvoidIDFFModelImpl. updateSPAuthenticationContexts(String realm, String entityName, IDFFAuthContexts cxt)update SP Authentication ContextsvoidSAMLv2Model. updateSPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update SP Authentication ContextsvoidSAMLv2ModelImpl. updateSPAuthenticationContexts(String realm, String entityName, SAMLv2AuthContexts cxt)update SP Authentication ContextsvoidIDFFModel. updateSPEntityConfig(String realm, String entityName, Map attrValues)updateSPEntityConfig Modifies a provider's extended metadata.voidIDFFModelImpl. updateSPEntityConfig(String realm, String entityName, Map attrValues)Modifies a service provider's extended metadata. -
Uses of AMConsoleException in com.sun.identity.console.idm
Methods in com.sun.identity.console.idm with parameters of type AMConsoleException Modifier and Type Method Description protected AMPropertySheetModelEntityOpViewBeanBase. handleNoAttributeToDisplay(AMConsoleException e)protected AMPropertySheetModelEntityServicesViewBean. handleNoAttributeToDisplay(AMConsoleException e)Methods in com.sun.identity.console.idm that throw AMConsoleException Modifier and Type Method Description protected MapServicesAddViewBean. getAttributeValues()protected MapServicesNoAttributeViewBean. getAttributeValues()protected MapServiceViewBeanBase. getAttributeValues()protected MapServicesAddViewBean. getValues()protected MapServicesNoAttributeViewBean. getValues()protected MapServiceViewBeanBase. getValues()protected voidEntityDiscoveryDescriptionEditViewBean. handleButton1Request(SMDescriptionData smData)protected voidEntityResourceOfferingEditViewBean. handleButton1Request(SMDiscoEntryData smData)protected voidEntityAddViewBean. setDefaultValues(String type)protected voidEntityEditViewBean. setDefaultValues(String type)protected abstract voidEntityOpViewBeanBase. setDefaultValues(String type) -
Uses of AMConsoleException in com.sun.identity.console.idm.model
Methods in com.sun.identity.console.idm.model that throw AMConsoleException Modifier and Type Method Description voidEntitiesModel. addMembers(String universalId, Set names)Adds an entities to a membership.voidEntitiesModelImpl. addMembers(String universalId, Set names)Adds an entities to a membership.voidEntitiesModel. addMemberships(String universalId, Set membership)Adds an entity to a set of membership.voidEntitiesModelImpl. addMemberships(String universalId, Set membership)Adds an entity to a set of membership.voidEntitiesModel. assignService(String universalId, String serviceName, Map values)Assigns service to an entity.voidEntitiesModelImpl. assignService(String universalId, String serviceName, Map values)Assigns service to an entity.voidEntityResourceOfferingModel. assignService(String universalId)Assigns service to an entity.voidEntityResourceOfferingModelImpl. assignService(String universalId)Assigns service to an entity.booleanEntitiesModel. canAddMember(String realmName, String idType, String containerIDType)Returns true of members can be added to a type.booleanEntitiesModelImpl. canAddMember(String realmName, String idType, String containerIDType)Returns true of members can be added to a type.voidEntitiesModel. createEntity(String realmName, String entityName, String idType, Map values)Creates an entity.voidEntitiesModelImpl. createEntity(String realmName, String entityName, String idType, Map values)Creates an entity.voidEntitiesModel. deleteEntities(String realmName, Set names)Deletes entities.voidEntitiesModelImpl. deleteEntities(String realmName, Set names)Deletes entities.MapEntitiesModel. getAssignableServiceNames(String universalId)Returns assignable services.MapEntitiesModelImpl. getAssignableServiceNames(String universalId)Returns assignable services.SetEntitiesModel. getAssignedMembers(String universalId, Set members)Returns assigned members.SetEntitiesModelImpl. getAssignedMembers(String universalId, Set members)Returns assigned members.SetEntitiesModel. getAssignedMemberships(String universalId, Set memberships)Returns assigned memberships.SetEntitiesModelImpl. getAssignedMemberships(String universalId, Set memberships)Returns assigned memberships.MapEntitiesModel. getAssignedServiceNames(String universalId)Returns assigned services.MapEntitiesModelImpl. getAssignedServiceNames(String universalId)Returns assigned services.MapEntitiesModel. getAttributeValues(String universalId, boolean bCreate)Returns attribute values of an entity object.MapEntitiesModelImpl. getAttributeValues(String universalId, boolean bCreate)Returns attribute values of an entity object.SetEntitiesModel. getAuthenticationChains(String realm)Returns all the authentication chains in a realm.SetEntitiesModelImpl. getAuthenticationChains(String realm)Returns all the authentication chains in a realm.MapEntitiesModel. getDefaultAttributeValues(String idType, String agentType, boolean bCreate)Returns defauls values for an Entity Type.MapEntitiesModelImpl. getDefaultAttributeValues(String idType, String agentType, boolean bCreate)Returns defauls values for an Entity Type.MapEntitiesModel. getDefaultValues(String serviceName, String idType)Returns defauls values for an Entity Type.MapEntitiesModelImpl. getDefaultValues(String idType, String serviceName)Returns defaults values for an Entity Type.SMDiscoveryServiceDataEntityResourceOfferingModel. getEntityDiscoEntry(String universalId)Returns resource offering entry stored for an entity.SMDiscoveryServiceDataEntityResourceOfferingModelImpl. getEntityDiscoEntry(String universalId)Returns resource offering entry stored for an entity.IdSearchResultsEntitiesModel. getEntityNames(String realmName, String strType, String pattern)Returns entity names.IdSearchResultsEntitiesModelImpl. getEntityNames(String realmName, String strType, String pattern)Returns entity names.SetEntitiesModel. getIdTypeBeMemberOf(String realmName, String idType)Returns a set of entity types that can be member of a given type.SetEntitiesModelImpl. getIdTypeBeMemberOf(String realmName, String idType)Returns a set of entity types that can be member of a given type.SetEntitiesModel. getIdTypeMemberOf(String realmName, String idType)Returns a set of entity types of which a given type can have member of.SetEntitiesModelImpl. getIdTypeMemberOf(String realmName, String idType)Returns a set of entity types of which a given type can have member of.SetEntitiesModel. getMembers(String realmName, String universalId, String type)Returns members of an entity.SetEntitiesModelImpl. getMembers(String realmName, String universalId, String type)Returns members of an entity.SetEntitiesModel. getMembership(String realmName, String universalId, String type)Returns membership of an entity.SetEntitiesModelImpl. getMembership(String realmName, String universalId, String type)Returns membership of an entity.StringEntitiesModel. getPropertyXMLString(String realmName, String idType, String agentType, boolean bCreate, String viewbeanClassName)Returns property sheet XML for Entity Profile.StringEntitiesModelImpl. getPropertyXMLString(String realmName, String idType, String agentType, boolean bCreate, String viewbeanClassName)Returns property sheet XML for Entity Profile.MapEntitiesModel. getServiceAttributeValues(String universalId, String serviceName)Returns service attribute values of an entity.MapEntitiesModelImpl. getServiceAttributeValues(String universalId, String serviceName)Returns service attribute values of an entity.StringEntitiesModel. getServicePropertySheetXML(String realmName, String serviceName, IdType idType, boolean bCreate, String viewbeanClassName)Returns the XML for property sheet view component.StringEntitiesModelImpl. getServicePropertySheetXML(String realmName, String serviceName, IdType idType, boolean bCreate, String viewbeanClassName)Returns the XML for property sheet view component.voidEntitiesModel. modifyEntity(String realmName, String universalId, Map values)Modifies profile of entity.voidEntitiesModelImpl. modifyEntity(String realmName, String universalId, Map values)Modifies profile of entity.voidEntitiesModel. removeMembers(String universalId, Set names)Removes a set of entities from a membership.voidEntitiesModelImpl. removeMembers(String universalId, Set names)Removes a set of entities from a membership.voidEntitiesModel. removeMemberships(String universalId, Set membership)Removes an entity from a set of memberships.voidEntitiesModelImpl. removeMemberships(String universalId, Set membership)Removes an entity from a set of memberships.voidEntityResourceOfferingModel. setEntityDiscoEntry(String universalId, SMDiscoveryServiceData smData)Set resource offering entry.voidEntityResourceOfferingModelImpl. setEntityDiscoEntry(String universalId, SMDiscoveryServiceData smData)Set resource offering entry.voidEntitiesModel. setServiceAttributeValues(String universalId, String serviceName, Map values)Set service attribute values to an entity.voidEntitiesModelImpl. setServiceAttributeValues(String universalId, String serviceName, Map values)Set service attribute values to an entity.voidEntitiesModel. unassignServices(String universalId, Set serviceNames)Unassigns services from an entity.voidEntitiesModelImpl. unassignServices(String universalId, Set serviceNames)Unassigns services from an entity. -
Uses of AMConsoleException in com.sun.identity.console.policy
Methods in com.sun.identity.console.policy that throw AMConsoleException Modifier and Type Method Description protected ConditionConditionOpViewBeanBase. createCondition()protected ReferralReferralOpViewBeanBase. createReferral()protected ResponseProviderResponseProviderOpViewBeanBase. createResponseProvider()protected SubjectSubjectOpViewBeanBase. createSubject()SetAuthToServiceHelper. getAssignedServiceNamesInRealm(String base, PolicyModel model)Returns service names that are registered in the realm.protected CachedPolicyConditionOpViewBeanBase. getCachedPolicy()protected CachedPolicyProfileViewBeanBase. getCachedPolicy()protected CachedPolicyReferralOpViewBeanBase. getCachedPolicy()protected CachedPolicyResponseProviderOpViewBeanBase. getCachedPolicy()protected CachedPolicyRuleOpViewBeanBase. getCachedPolicy()protected CachedPolicySelectTypeViewBeanBase. getCachedPolicy()protected CachedPolicySubjectOpViewBeanBase. getCachedPolicy()MapAuthLevelHelper. getConditionValues(PolicyModel model, AMPropertySheetModel propertySheetModel)Returns condition values by concatentating realm and authentication level.MapAuthToServiceHelper. getConditionValues(PolicyModel model, AMPropertySheetModel propertySheetModel)Returns condition values (realm concatenate service).SetAuthLevelHelper. getRealmNames(String filter, PolicyModel model)Returns a set of realm namesSetAuthToRealmHelper. getRealmNames(String filter, PolicyModel model)Returns a set of realm names.SetAuthToServiceHelper. getRealmNames(String filter, PolicyModel model)Returns a set of realm names.protected MapResponseProviderOpViewBeanBase. getResponseProviderValues(PolicyModel model, String realmName, String providerType)protected RuleRuleEditViewBean. getRule()protected MapResponseProviderOpViewBeanBase. getValues(String providerType)protected MapSessionPropertyOpViewBeanBase. getValues()protected voidRuleOpViewBeanBase. populateActionsTable(boolean retainSelectedEntry)protected voidPolicyOpViewBeanBase. populateAttributes()protected voidPolicyOpViewBeanBase. populateConditionsTable()protected voidPolicyOpViewBeanBase. populateReferralsTable()protected voidPolicyOpViewBeanBase. populateResponseProvidersTable()protected voidPolicyOpViewBeanBase. populateRulesTable()protected voidPolicyOpViewBeanBase. populateSubjectsTable()protected booleanPolicyOpViewBeanBase. reconstructPolicy() -
Uses of AMConsoleException in com.sun.identity.console.policy.model
Methods in com.sun.identity.console.policy.model that throw AMConsoleException Modifier and Type Method Description StringPolicyModel. cachePolicy(String realmName, String policyName)Caches an existing policy.StringPolicyModel. cachePolicy(String policyName, String description, boolean isReferral, boolean isActive)Caches a policy.StringPolicyModelImpl. cachePolicy(String realmName, String policyName)Caches an existing policy.StringPolicyModelImpl. cachePolicy(String policyName, String description, boolean isReferral, boolean isActive)Caches a policy.ConditionPolicyModel. createCondition(String realmName, String conditionType, Map values)Returns a condition object.ConditionPolicyModelImpl. createCondition(String realmName, String conditionType, Map values)Returns a condition object.voidPolicyModel. createPolicy(String realmName, Policy policy)Creates a policy.voidPolicyModelImpl. createPolicy(String realmName, Policy policy)Creates a policy.ReferralPolicyModel. createReferral(String realmName, String referralType, Set values)Returns a referral object.ReferralPolicyModelImpl. createReferral(String realmName, String referralType, Set values)Returns a referral object.ResponseProviderPolicyModel. createResponseProvider(String realmName, String providerType, Map values)Returns a response provider object.ResponseProviderPolicyModelImpl. createResponseProvider(String realmName, String providerType, Map values)Returns a response provider object.SubjectPolicyModel. createSubject(String realmName, String subjectType, Set values)Returns a subject object.SubjectPolicyModelImpl. createSubject(String realmName, String subjectType, Set values)Returns a subject object.voidPolicyModel. deletePolicies(String realmName, Set names)Deletes policies.voidPolicyModelImpl. deletePolicies(String realmName, Set names)Deletes policies.SetPolicyModel. getAuthenticationInstances(String realmName)Returns set of authentication instances.SetPolicyModelImpl. getAuthenticationInstances(String realmName)Returns set of authentication instances.SetSelectRealmModel. getAuthenticationInstances(String realmName)Returns set of authentication instances.SetSelectRealmModelImpl. getAuthenticationInstances(String realmName)Returns set of authentication instances.CachedPolicyPolicyModel. getCachedPolicy(String cacheID)Returns cached policy object.CachedPolicyPolicyModelImpl. getCachedPolicy(String cacheID)Returns cached policy object.IdSearchResultsIdentitySubjectModel. getEntityNames(String realmName, String strType, String pattern)Returns entity names.IdSearchResultsIdentitySubjectModelImpl. getEntityNames(String realmName, String strType, String pattern)Returns entity names.CachedPolicyPolicyCache. getPolicy(SSOToken token, String cacheID)Returns cached policy objectSetPolicyModel. getPolicyNames(String realmName, String filter)Returns policy names that are under a realm.SetPolicyModelImpl. getPolicyNames(String realmName, String filter)Returns policy names that are under a realm.SetPolicyModel. getProtectedResourceNames(String realmName, String policyName)Returns names of resources protected by the policy.SetPolicyModelImpl. getProtectedResourceNames(String realmName, String policyName)SetPolicyModel. getRealmNames(String base, String filter)Returns realms that have names matching with a filter.SetPolicyModelImpl. getRealmNames(String base, String filter)Returns realms that have names matching with a filter.SetSelectRealmModel. getRealmNames(String base, String filter)Returns realms that have names matching with a filter.SetSelectRealmModelImpl. getRealmNames(String base, String filter)Returns realms that have names matching with a filter.ValidValuesPolicyModel. getSubjectPossibleValues(String realmName, String subjectType, String filter)Returns a set of possible values for a subject type.ValidValuesPolicyModelImpl. getSubjectPossibleValues(String realmName, String subjectType, String filter)Returns a set of possible values for a subject type.booleanPolicyModel. isPolicyActive(String realmName, String policyName)Returns true if the policy is active, false otherwise.booleanPolicyModelImpl. isPolicyActive(String realmName, String policyName)voidPolicyModel. replacePolicy(String realmName, Policy policy)Modifies a policy.voidPolicyModelImpl. replacePolicy(String realmName, Policy policy)Modifies a policy. -
Uses of AMConsoleException in com.sun.identity.console.property
Methods in com.sun.identity.console.property that throw AMConsoleException Modifier and Type Method Description StringAgentPropertyXMLBuilder. getXML(Set readonly, String choice)Returns a XML for displaying attribute in property sheet.StringPropertyXMLBuilder. getXML()Returns a XML for displaying attribute in property sheet.StringPropertyXMLBuilder. getXML(boolean bPropertySheetElementNode)Returns a XML for displaying attribute in property sheet.StringPropertyXMLBuilder. getXML(String realmName)Returns an XML string for displaying attributes in a property sheet for a specific realm.StringPropertyXMLBuilder. getXML(Set readonly)Returns a XML for displaying attribute in property sheet.StringPropertyXMLBuilder. getXML(Set readonly, boolean bPropertySheetElementNode)Returns a XML for displaying attribute in property sheet. -
Uses of AMConsoleException in com.sun.identity.console.realm
Methods in com.sun.identity.console.realm that throw AMConsoleException Modifier and Type Method Description protected MapServicesAddViewBean. getValues()protected MapServicesEditViewBean. getValues()protected voidRealmDiscoveryDescriptionEditViewBean. handleButton1Request(SMDescriptionData smData)protected voidRealmResourceOfferingEditViewBean. handleButton1Request(SMDiscoEntryData smData) -
Uses of AMConsoleException in com.sun.identity.console.realm.model
Methods in com.sun.identity.console.realm.model that throw AMConsoleException Modifier and Type Method Description voidRealmResourceOfferingModel. assignService(String realm)Assigns service to a realm.voidRealmResourceOfferingModelImpl. assignService(String realm)Assigns service to a realm.voidServicesProfileModel. assignService(Map map)Assigns service to a realm.voidServicesProfileModelImpl. assignService(Map map)Assigns service to a realm.voidIDRepoModel. createIDRepo(String realmName, String idRepoName, String idRepoType, Map values)Creates ID Repo object.voidIDRepoModelImpl. createIDRepo(String realmName, String idRepoName, String idRepoType, Map values)Creates ID Repo object.voidRMRealmModel. createSubRealm(String parentRealm, String name, Map attrValues)Creates sub realm.voidRMRealmModelImpl. createSubRealm(String parentRealm, String name, Map attrValues)Creates sub realm.voidIDRepoModel. deleteIDRepos(String realmName, Set names)Deletes ID Repo objects.voidIDRepoModelImpl. deleteIDRepos(String realmName, Set names)Deletes ID Repo objects.voidRMRealmModel. deleteSubRealms(String parentRealm, Collection names)Deletes sub realmsvoidRMRealmModelImpl. deleteSubRealms(String parentRealm, Collection names)Deletes sub realmsvoidIDRepoModel. editIDRepo(String realmName, String idRepoName, Map values)Edits ID Repo object.voidIDRepoModelImpl. editIDRepo(String realmName, String idRepoName, Map values)Edit ID Repo object.MapServicesModel. getAssignableServiceNames(String realmName)Returns a map of service name to its display name that can be assigned to a realm.MapServicesModelImpl. getAssignableServiceNames(String realmName)Returns a map of service name to its display name that can be assigned to a realm.MapServicesModel. getAssignedServiceNames(String realmName)Returns a map of assigned service name to its localized name under a realm.MapServicesModelImpl. getAssignedServiceNames(String realmName)Returns a map of assigned service name to its localized name under a realm.MapIDRepoModel. getAttributeValues(String realmName, String name)Returns attribute values of ID Repo.MapIDRepoModelImpl. getAttributeValues(String realmName, String name)Returns attribute values of ID Repo.MapRMRealmModel. getAttributeValues(String name)Returns attribute values.MapRMRealmModelImpl. getAttributeValues(String name)Returns attribute values.StringRMRealmModel. getCreateRealmPropertyXML()Returns sub realm creation property XML.StringRMRealmModelImpl. getCreateRealmPropertyXML()Returns sub realm creation property XML.SetIDRepoModel. getIDRepoNames(String realmName)Returns a set of ID Repository names.SetIDRepoModelImpl. getIDRepoNames(String realmName)Returns a set of ID Repository names.StringIDRepoModel. getIDRepoType(String realmName, String idRepoName)Returns ID Repo Type of an object.StringIDRepoModelImpl. getIDRepoType(String realmName, String idRepoName)Returns ID Repo Type of an object.com.iplanet.jato.view.html.OptionListIDRepoModel. getIDRepoTypes()Returns an option list of ID Repo type name to its localized string.com.iplanet.jato.view.html.OptionListIDRepoModelImpl. getIDRepoTypes()Returns an option list of ID Repo type name to its localized string.MapIDRepoModel. getIDRepoTypesMap()Returns map of ID Repo type name to its localized string.MapIDRepoModelImpl. getIDRepoTypesMap()Returns map of ID Repo type name to its localized string.StringIDRepoModel. getPropertyXMLString(String realmName, String viewBeanClassName, String type, boolean bCreate)Returns property sheet XML for ID Repo Profile.StringIDRepoModelImpl. getPropertyXMLString(String realmName, String viewbeanClassName, String type, boolean bCreate)Returns property sheet XML for ID Repo Profile.SMDiscoveryServiceDataRealmResourceOfferingModel. getRealmDiscoEntry(String realm)Returns resource offering entry stored for a given realm name.SMDiscoveryServiceDataRealmResourceOfferingModelImpl. getRealmDiscoEntry(String realm)Returns resource offering entry stored for a realm name.StringRMRealmModel. getRealmProfilePropertyXML(String realmName, String viewbeanClassName)Returns realm profile property XML.StringRMRealmModelImpl. getRealmProfilePropertyXML(String realmName, String viewbeanClassName)Returns realm profile property XML.voidIDRepoModel. loadIdRepoSchema(String idRepoName, String realmName, jakarta.servlet.ServletContext servletCtx)voidIDRepoModelImpl. loadIdRepoSchema(String idRepoName, String realm, jakarta.servlet.ServletContext servletCtx)voidServicesProfileModel. setAttributes(Map attrValues)Set attributes of an service.voidServicesProfileModelImpl. setAttributes(Map attrValues)Set attributes of an service.voidRMRealmModel. setAttributeValues(String name, Map attributeValues)Set attribute values.voidRMRealmModelImpl. setAttributeValues(String name, Map attributeValues)Set attribute values.voidRealmResourceOfferingModel. setRealmDiscoEntry(String realm, SMDiscoveryServiceData smData)Set resource offering entry.voidRealmResourceOfferingModelImpl. setRealmDiscoEntry(String realm, SMDiscoveryServiceData smData)Set resource offering entry.voidServicesModel. unassignServices(String realmName, Set names)Unassigns services from realm.voidServicesModelImpl. unassignServices(String realmName, Set names)Unassigns services from realm.Constructors in com.sun.identity.console.realm.model that throw AMConsoleException Constructor Description ServicesProfileModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map) -
Uses of AMConsoleException in com.sun.identity.console.service
Methods in com.sun.identity.console.service that throw AMConsoleException Modifier and Type Method Description protected MapSCPolicyViewBean. getAllValues()protected StringSCPolicyViewBean. getPropertySheetXML(AMServiceProfileModel model)protected StringSCServiceProfileViewBean. getPropertySheetXML(AMServiceProfileModel model)protected MapSCPropertiesBase. getValues()protected SMDiscoEntryDataSMDiscoveryBootstrapRefOffViewBeanBase. getValues(boolean validated)protected voidSCSAML2SOAPBindingRequestHandlerListAddViewBean. handleButton1Request(Map values)protected voidSCSAML2SOAPBindingRequestHandlerListEditViewBean. handleButton1Request(Map values)protected abstract voidSCSAML2SOAPBindingRequestHandlerListViewBeanBase. handleButton1Request(Map values)protected voidSCSOAPBindingRequestHandlerListAddViewBean. handleButton1Request(Map values)protected voidSCSOAPBindingRequestHandlerListEditViewBean. handleButton1Request(Map values)protected abstract voidSCSOAPBindingRequestHandlerListViewBeanBase. handleButton1Request(Map values)protected voidSMDiscoveryBootstrapRefOffEditViewBean. handleButton1Request(SMDiscoEntryData smData)protected abstract voidSMDiscoveryBootstrapRefOffViewBeanBase. handleButton1Request(SMDiscoEntryData smData)protected voidSMDiscoveryDescriptionEditViewBean. handleButton1Request(SMDescriptionData smData)protected abstract voidSMDiscoveryDescriptionViewBeanBase. handleButton1Request(SMDescriptionData smData)protected voidSMDiscoveryProviderResourceIdMapperEditViewBean. handleButton1Request(Map data)protected abstract voidSMDiscoveryProviderResourceIdMapperViewBeanBase. handleButton1Request(Map map)voidSCSAML2SOAPBindingViewBean. handleButton3Request(com.iplanet.jato.view.event.RequestInvocationEvent event)Handles reset request.voidSecurityTokenServiceViewBean. handleButton3Request(com.iplanet.jato.view.event.RequestInvocationEvent event)Handles reset request. -
Uses of AMConsoleException in com.sun.identity.console.service.model
Methods in com.sun.identity.console.service.model that throw AMConsoleException Modifier and Type Method Description voidMAPCreateDeviceModel. cloneDevice(String origClientType, String clientType, String deviceName)Clones a device.voidMAPCreateDeviceModelImpl. cloneDevice(String origClientType, String clientType, String deviceName)Clones a device.voidServerSiteModel. cloneServer(String origServer, String cloneServer)Clones a server.voidServerSiteModelImpl. cloneServer(String origServer, String cloneServer)Clones a server.voidMAPCreateDeviceModel. createDevice(Map values)Create new device.voidMAPCreateDeviceModelImpl. createDevice(Map attrValues)Create new device.voidServerSiteModel. createServer(String name)Creates a server.voidServerSiteModelImpl. createServer(String name)Creates a server.voidServerSiteModel. createSite(String name, String url)Creates a site.voidServerSiteModelImpl. createSite(String name, String url)Creates a site.voidSubConfigModel. createSubConfig(String name, String schemaName, Map values)Creates a new sub configuration.voidSubConfigModelImpl. createSubConfig(String name, String schemaName, Map values)Creates a new sub configuration.voidServerSiteModel. deleteServers(Set servers)Deletes a set of servers.voidServerSiteModelImpl. deleteServers(Set servers)Deletes a set of servers.voidServerSiteModel. deleteSites(Set sites)Deletes a set of sites.voidServerSiteModelImpl. deleteSites(Set sites)Deletes a set of sites.voidSubConfigModel. deleteSubConfigurations(Set names)Deletes sub configurations.voidSubConfigModelImpl. deleteSubConfigurations(Set names)Deletes sub configurations.voidSubSchemaModel. deleteSubConfigurations(Set names)Deletes sub configurations.voidSubSchemaModelImpl. deleteSubConfigurations(Set names)Deletes sub configurations.StringSubConfigModel. getAddConfigPropertyXML(String name)Returns property sheet XML for adding new sub configuration.StringSubConfigModelImpl. getAddConfigPropertyXML(String name)Returns property sheet XML for adding new sub configuration.protected SetSCModelBase. getAttributeNames(SchemaType type)Returns a set of attribute names that are defined for the given SchemaType.protected MapSCModelBase. getAttributeValues(SchemaType type)Gets the values for all the attributes defined for the specified type.protected MapSCModelBase. getAttributeValues(SchemaType type, Set attributes)Gets the values for the specified set of attributes defined for the specified type.MapSTSExportPolicyModel. getAttributeValues()MapSTSExportPolicyModelImpl. getAttributeValues()StringMAPCreateDeviceModel. getCreateDevicePropertyXML(String profileName, String style)Returns the XML for create device property sheet.StringMAPCreateDeviceModelImpl. getCreateDevicePropertyXML(String clientType, String style)Returns the XML for create device property sheet.StringSubConfigModel. getEditConfigPropertyXML(String viewbeanClassName)Returns property sheet XML for editing sub configuration.StringSubConfigModelImpl. getEditConfigPropertyXML(String viewbeanClassName)Returns property sheet XML for editing sub configuration.static SMDiscoveryServiceDataSMDiscoveryServiceData. getEntries(Set set)Returns resource offering entry stored in the Directory Server.static SMDiscoveryServiceDataSMDiscoveryServiceData. getEntries(Set set, int type)Returns resource offering entry stored in the Directory Server.StringSTSExportPolicyModel. getInputPolicyAttributeValues()StringSTSExportPolicyModelImpl. getInputPolicyAttributeValues()StringSTSExportPolicyModel. getOutputPolicyAttributeValues()StringSTSExportPolicyModelImpl. getOutputPolicyAttributeValues()StringSTSExportPolicyModel. getPolicyAttributeValues()StringSTSExportPolicyModelImpl. getPolicyAttributeValues()StringMAPDeviceProfileModel. getProfilePropertyXML(String clientType, String classification)Returns the property XML for profile view.StringMAPDeviceProfileModelImpl. getProfilePropertyXML(String clientType, String classification)Returns the property XML for profile view.StringSCPlatformModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringSCSAML2SOAPBindingModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringSCSOAPBindingModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringSMDiscoveryServiceModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringSMG11NModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringSubSchemaModel. getPropertySheetXML(String parentId, String viewBeanName, String viewBeanClassName)Returns XML for property sheet XML.StringSubSchemaModelImpl. getPropertySheetXML(String parentId, String viewBeanName, String viewBeanClassName)Returns XML for property sheet XML.ServerConfigXMLServerSiteModel. getServerConfigObject(String serverName)Returns the server configuration XML object.ServerConfigXMLServerSiteModelImpl. getServerConfigObject(String serverName)Returns the server configuration XML object.MapServerSiteModel. getServerConfiguration(String serverName)Returns server configuration.MapServerSiteModelImpl. getServerConfiguration(String serverName)Returns server configuration.SetServerSiteModel. getServerNames()Returns a set of server names.SetServerSiteModelImpl. getServerNames()Returns a set of server names.StringServerSiteModel. getServerSite(String name)Returns a site name of which server belongs to.StringServerSiteModelImpl. getServerSite(String name)Returns a site name of which server belongs to.MapSubConfigModel. getServiceSchemaDefaultValues(String name)Returns default values of a schema.MapSubConfigModelImpl. getServiceSchemaDefaultValues(String name)Returns default values of a schema.SetServerSiteModel. getSiteFailoverURLs(String name)Returns a set of failover URLs of site.SetServerSiteModelImpl. getSiteFailoverURLs(String name)Returns a set of failover URLs of site.SetServerSiteModel. getSiteNames()Returns a set of site names.SetServerSiteModelImpl. getSiteNames()Returns a set of site names.StringServerSiteModel. getSitePrimaryURL(String name)Returns primary URL of site.StringServerSiteModelImpl. getSitePrimaryURL(String name)Returns a primary URL of site.SetServerSiteModel. getSiteServers(String name)Returns a set of servers that belong to site.SetServerSiteModelImpl. getSiteServers(String name)Returns a set of servers that belong to site.MapSubConfigModel. getSubConfigAttributeValues()Returns attribute values.MapSubConfigModelImpl. getSubConfigAttributeValues()Returns attribute values.MapSCModel. getValues()Gets all the attribute values for the service.MapSCModelBase. getValues()Returns the values for the GLOBAL, ORGANIZATION, and DYNAMIC attributes in the service.voidMAPDeviceProfileModel. modifyProfile(String clientType, Map attributeValues)Modifies device profile.voidMAPDeviceProfileModelImpl. modifyProfile(String clientType, Map attributeValues)Modifies device profile.voidServerSiteModel. modifyServer(String serverName, String parentSite, Map values)Modifies server profile.voidServerSiteModelImpl. modifyServer(String serverName, String parentSite, Map values)Modifies server profile.voidServerSiteModel. modifySite(String siteName, String primaryURL, Set failoverURLs)Modifies site profile.voidServerSiteModelImpl. modifySite(String siteName, String primaryURL, Set failoverURLs)Modifies site profile.voidMAPServiceModel. removeClient(String clientType)Removes a client from the external database.voidMAPServiceModelImpl. removeClient(String clientType)Removes a client from the external database.voidSMDiscoveryServiceData. replaceResourceData(int idx, SMDiscoEntryData data)Replaces the resource offering entry to the list object.protected voidSCModelBase. setAttributeValues(SchemaType type, Map values)Sets the attribute values for the specified schema type.voidSMDiscoEntryData. setDiscoStr(boolean isUserView)voidServerSiteModel. setServerConfigXML(String serverName, String xml)Sets the server configuration XML.voidServerSiteModelImpl. setServerConfigXML(String serverName, String xml)Sets the server configuration XML.voidSubConfigModel. setSubConfigAttributeValues(Map values)Set attribute values.voidSubConfigModelImpl. setSubConfigAttributeValues(Map values)Set attribute values.voidSCModel. setValues(Map modifiedValues)Sets the specified attribute values in the service configuration.voidSCModelBase. setValues(Map modifiedValues)Sets the values for the attributes that are configurable for the service.voidServerSiteModel. updateServerConfigInheritance(String serverName, Set toInherit, Set notToInherit)Updates server property inheritance settings.voidServerSiteModelImpl. updateServerConfigInheritance(String serverName, Set toInherit, Set notToInherit)Updates server property inheritance settings.static voidLocaleSupportedCharsetsEntry. validate(Set allCharSets, String strLocale)Constructors in com.sun.identity.console.service.model that throw AMConsoleException Constructor Description SCConsolePropertiesModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)SCPlatformModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.SCPlatformModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.SCSAML2SOAPBindingModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.SCSAML2SOAPBindingModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.SCSOAPBindingModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.SCSOAPBindingModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.SecurityTokenServiceModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.SecurityTokenServiceModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.SMDiscoveryServiceModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.SMDiscoveryServiceModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.SMG11NModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.SMG11NModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.SubConfigModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, String parentId, Map map)Creates a simple model using default resource bundle.SubSchemaModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map) -
Uses of AMConsoleException in com.sun.identity.console.session.model
Methods in com.sun.identity.console.session.model that throw AMConsoleException Modifier and Type Method Description SMSessionCacheSMProfileModel. getSessionCache(String pattern)Returns session cache.SMSessionCacheSMProfileModelImpl. getSessionCache(String pattern)Returns session cache.List<String>SMProfileModel. invalidateSessions(List<String> list, String pattern)Invalidates list of session.List<String>SMProfileModelImpl. invalidateSessions(List<String> list, String pattern) -
Uses of AMConsoleException in com.sun.identity.console.sts.model
Methods in com.sun.identity.console.sts.model that throw AMConsoleException 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)voidSTSHomeViewBeanModel. deleteInstances(STSHomeViewBeanModel.STSType stsType, Set<String> instanceNames)Performs DELETEs against the rest-sts publish endpoint to remove the published instancesvoidSTSHomeViewBeanModelImpl. deleteInstances(STSHomeViewBeanModel.STSType stsType, Set<String> instanceNames)voidSTSInstanceModelBase. deleteInstances(STSHomeViewBeanModel.STSType stsType, Set<String> instanceNames)Map<String,Set<String>>STSInstanceModel. getInstanceState(STSHomeViewBeanModel.STSType stsType, String realm, String instanceName)Called by the RestSTSEditViewBean to obtain the instance state necessary to edit an existing rest sts instance.Map<String,Set<String>>STSInstanceModelBase. getInstanceState(STSHomeViewBeanModel.STSType stsType, String realm, String instanceName)Set<String>STSHomeViewBeanModel. getPublishedInstances(STSHomeViewBeanModel.STSType stsType, String realm)Returns the set of rest sts instances in the SMS under the given realm.Set<String>STSHomeViewBeanModelImpl. getPublishedInstances(STSHomeViewBeanModel.STSType stsType, String realm)Set<String>STSInstanceModelBase. getPublishedInstances(STSHomeViewBeanModel.STSType stsType, String realm)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)Constructors in com.sun.identity.console.sts.model that throw AMConsoleException Constructor Description RestSTSInstanceModel(jakarta.servlet.http.HttpServletRequest req, Map map)SoapSTSInstanceModel(jakarta.servlet.http.HttpServletRequest req, Map map)STSHomeViewBeanModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)STSInstanceModelBase(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map) -
Uses of AMConsoleException in com.sun.identity.console.task.model
Methods in com.sun.identity.console.task.model that throw AMConsoleException Modifier and Type Method Description SetTaskModel. getCircleOfTrusts(String realm)Returns a set of circle of trusts.SetTaskModelImpl. getCircleOfTrusts(String realm)Returns a set of circle of trusts.MapTaskModel. getConfigureGoogleAppsURLs(String realm, String entityId)MapTaskModelImpl. getConfigureGoogleAppsURLs(String realm, String entityId)MapTaskModel. getConfigureSalesForceAppsURLs(String realm, String entityId, String attrMap)MapTaskModelImpl. getConfigureSalesForceAppsURLs(String realm, String entityId, String attrMapping)SetTaskModel. getEntities(String realm, String cotName)Returns a set of entities in a circle of trust.SetTaskModelImpl. getEntities(String realm, String cotName)Returns a set of entities in a circle of trust.SetTaskModel. getHostedIDP(String realm, String cotName)Returns a set of hosted IDP in a circle of trust.SetTaskModelImpl. getHostedIDP(String realm, String cotName)Returns a set of hosted IDP in a circle of trust.SetTaskModel. getHostedSP(String realm, String cotName)Returns a set of hosted SP in a circle of trust.SetTaskModelImpl. getHostedSP(String realm, String cotName)Returns a set of hosted SP in a circle of trust.MapTaskModel. getRealmCotWithHostedIDPs()Returns a map of realm to a map of circle of trust name to a set of Hosted Identity Providers.MapTaskModelImpl. getRealmCotWithHostedIDPs()Returns a map of realm to a map of circle of trust name to a set of Hosted Identity Providers.SortedSet<String>OAuth2Model. getRealms()Get a set of all configured realms, sorted lexicographically.SortedSet<String>OAuth2ModelImpl. getRealms()SortedSet<String>SocialAuthNModel. getRealms()Get a set of all configured realms, sorted lexicographically.SortedSet<String>SocialAuthNModelImpl. getRealms()SetTaskModel. getRealms()Returns realm names.SetTaskModelImpl. getRealms()Returns realm names.SetTaskModel. getRemoteIDP(String realm, String cotName)Returns a set of remote IDP in a circle of trust.SetTaskModelImpl. getRemoteIDP(String realm, String cotName)Returns a set of remote IDP in a circle of trust.SetTaskModel. getRemoteSP(String realm, String cotName)Returns a set of remote SP in a circle of trust.SetTaskModelImpl. getRemoteSP(String realm, String cotName)Returns a set of remote SP in a circle of trust.SetTaskModel. getSigningKeys()Returns a set of signing keys.SetTaskModelImpl. getSigningKeys()Returns a set of signing keys.voidTaskModel. setAcsUrl(String realm, String entityId, String acsUrl)Saves the Salesforce login url as the Assertion Consumer Service LocationvoidTaskModelImpl. setAcsUrl(String realm, String entityId, String acsUrl)Saves the Salesforce login url as the Assertion Consumer Service Location -
Uses of AMConsoleException in com.sun.identity.console.user
Methods in com.sun.identity.console.user that throw AMConsoleException Modifier and Type Method Description protected SMDiscoEntryDataUMUserResourceOfferingViewBeanBase. getValues(boolean validated)protected voidUMUserDiscoveryDescriptionEditViewBean. handleButton1Request(SMDescriptionData smData)protected voidUMUserResourceOfferingEditViewBean. handleButton1Request(SMDiscoEntryData smData) -
Uses of AMConsoleException in com.sun.identity.console.user.model
Methods in com.sun.identity.console.user.model that throw AMConsoleException Modifier and Type Method Description voidUMChangeUserPasswordModel. changePassword(String userId, String password)Modifies user password.voidUMChangeUserPasswordModelImpl. changePassword(String userId, String password)Modifies user password.voidUMChangeUserPasswordModel. changePwd(String userId, String oldpwd, String newpwd)Modifies user password after validating old password.voidUMChangeUserPasswordModelImpl. changePwd(String userId, String oldpwd, String newpwd)Modifies user password after validating old password.StringUMChangeUserPasswordModel. getPassword(String userId)Returns user password.StringUMChangeUserPasswordModelImpl. getPassword(String userId)Returns user password.ListUMUserPasswordResetOptionsModel. getUserAnswers(String userId)Returns user's answers for password reset questions.ListUMUserPasswordResetOptionsModelImpl. getUserAnswers(String userId)Returns user's answers for password reset questions.SMDiscoveryServiceDataUMUserResourceOfferingModel. getUserDiscoEntry(String userId)Returns resource offering entry stored for a given user distinguished name.SMDiscoveryServiceDataUMUserResourceOfferingModelImpl. getUserDiscoEntry(String userId)Returns resource offering entry stored for a given Universal ID of user.voidUMUserPasswordResetOptionsModel. modifyUserOption(List questionAnswers, String userId, boolean forceReset)Modifies user's password reset option.voidUMUserPasswordResetOptionsModelImpl. modifyUserOption(List questionAnswers, String userId, boolean forceReset)Modifies user's password reset option.voidUMUserResourceOfferingModel. setUserDiscoEntry(String userId, SMDiscoveryServiceData smData)Set resource offering entry.voidUMUserResourceOfferingModelImpl. setUserDiscoEntry(String userId, SMDiscoveryServiceData smData)Set resource offering entry.voidUMUserPasswordResetOptionsData. validate()Validates data for correctness. e.g. selected question need to have an answer. -
Uses of AMConsoleException in com.sun.identity.console.webservices.model
Methods in com.sun.identity.console.webservices.model that throw AMConsoleException Modifier and Type Method Description StringWSAuthNServicesModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.StringWSPersonalProfileServiceModelImpl. getPropertySheetXML(String realmName, String viewbeanClassName, String serviceName)Returns the XML for property sheet view component.Constructors in com.sun.identity.console.webservices.model that throw AMConsoleException Constructor Description WSAuthNServicesModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.WSAuthNServicesModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.WSPersonalProfileServiceModelImpl(jakarta.servlet.http.HttpServletRequest req, String serviceName, Map map)Creates a simple model using default resource bundle.WSPersonalProfileServiceModelImpl(jakarta.servlet.http.HttpServletRequest req, Map map)Creates a simple model using default resource bundle.
-