Searched refs:getAttributeValues (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModel.java66 public Map getAttributeValues(); method in interface:AMServiceProfileModel
74 public Set getAttributeValues(String name); method in interface:AMServiceProfileModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModel.java66 public Map getAttributeValues(); method in interface:AMServiceProfileModel
74 public Set getAttributeValues(String name); method in interface:AMServiceProfileModel
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSTSExportPolicyModel.java40 Map getAttributeValues() throws AMConsoleException; method in interface:STSExportPolicyModel
H A DMAPDeviceProfileModel.java80 public Map getAttributeValues(String clientType, String classification); method in interface:MAPDeviceProfileModel
H A DSCModelBase.java98 protected Map getAttributeValues(SchemaType type) method in class:SCModelBase
111 values = getAttributeValues(schema, attributes);
135 protected Map getAttributeValues(SchemaType type, Set attributes) method in class:SCModelBase
145 Map values = getAttributeValues(schema, attributes);
165 private Map getAttributeValues(ServiceSchema schema, Set attributes) { method in class:SCModelBase
259 tmp.putAll(getAttributeValues(SchemaType.GLOBAL));
260 tmp.putAll(getAttributeValues(SchemaType.ORGANIZATION));
261 tmp.putAll(getAttributeValues(SchemaType.DYNAMIC));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentDumpModel.java43 Map getAttributeValues(String universalId) throws AMConsoleException; method in interface:AgentDumpModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentDumpModel.java43 Map getAttributeValues(String universalId) throws AMConsoleException; method in interface:AgentDumpModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSTSExportPolicyModel.java40 Map getAttributeValues() throws AMConsoleException; method in interface:STSExportPolicyModel
H A DMAPDeviceProfileModel.java80 public Map getAttributeValues(String clientType, String classification); method in interface:MAPDeviceProfileModel
H A DSCModelBase.java98 protected Map getAttributeValues(SchemaType type) method in class:SCModelBase
111 values = getAttributeValues(schema, attributes);
135 protected Map getAttributeValues(SchemaType type, Set attributes) method in class:SCModelBase
145 Map values = getAttributeValues(schema, attributes);
165 private Map getAttributeValues(ServiceSchema schema, Set attributes) { method in class:SCModelBase
259 tmp.putAll(getAttributeValues(SchemaType.GLOBAL));
260 tmp.putAll(getAttributeValues(SchemaType.ORGANIZATION));
261 tmp.putAll(getAttributeValues(SchemaType.DYNAMIC));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationInstance.java104 public Map getAttributeValues(){ method in class:AMAuthenticationInstance
129 public Map getAttributeValues(Set names) { method in class:AMAuthenticationInstance
130 Map allAttrs = getAttributeValues();
H A DAMAuthenticationSchema.java126 public Map getAttributeValues(){ method in class:AMAuthenticationSchema
137 public Map getAttributeValues(Set names) { method in class:AMAuthenticationSchema
138 Map allAttrs = getAttributeValues();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationInstance.java104 public Map getAttributeValues(){ method in class:AMAuthenticationInstance
129 public Map getAttributeValues(Set names) { method in class:AMAuthenticationInstance
130 Map allAttrs = getAttributeValues();
H A DAMAuthenticationSchema.java126 public Map getAttributeValues(){ method in class:AMAuthenticationSchema
137 public Map getAttributeValues(Set names) { method in class:AMAuthenticationSchema
138 Map allAttrs = getAttributeValues();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java115 public List getAttributeValues(); method in interface:Attribute
H A DMissingAttributeDetail.java71 public List getAttributeValues(); method in interface:MissingAttributeDetail
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModel.java60 public Map getAttributeValues(); method in interface:FSSAMLServiceModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModel.java60 public Map getAttributeValues(); method in interface:FSSAMLServiceModel
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java115 public List getAttributeValues(); method in interface:Attribute
H A DMissingAttributeDetail.java71 public List getAttributeValues(); method in interface:MissingAttributeDetail
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DCoreAttributesViewBean.java107 Map original = model.getAttributeValues();
109 model.setAttributeValues(ps.getAttributeValues(
159 values = ps.getAttributeValues(model.getAttributeValues(), model);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModel.java111 Map getAttributeValues(String name) method in interface:RMRealmModel
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DCoreAttributesViewBean.java107 Map original = model.getAttributeValues();
109 model.setAttributeValues(ps.getAttributeValues(
159 values = ps.getAttributeValues(model.getAttributeValues(), model);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModel.java111 Map getAttributeValues(String name) method in interface:RMRealmModel
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMResourceMapper.java117 Element element = (Element)attr.getAttributeValues().get(0);
123 Element element = (Element)attr.getAttributeValues().get(0);

Completed in 110 milliseconds

1234567891011>>