Searched defs:anyMap (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAttributeImpl.java89 private Map anyMap = null; field in class:AttributeImpl
173 if (anyMap == null) {
174 anyMap = new HashMap();
176 anyMap.put(attrName, attrValue);
225 if (anyMap != null) {
226 anyMap = Collections.unmodifiableMap(anyMap);
274 if (anyMap != null) {
275 anyMap = Collections.unmodifiableMap(anyMap);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAttributeImpl.java89 private Map anyMap = null; field in class:AttributeImpl
173 if (anyMap == null) {
174 anyMap = new HashMap();
176 anyMap.put(attrName, attrValue);
225 if (anyMap != null) {
226 anyMap = Collections.unmodifiableMap(anyMap);
274 if (anyMap != null) {
275 anyMap = Collections.unmodifiableMap(anyMap);
[all...]

Completed in 86 milliseconds