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

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteSession.java63 private Set internalAttributeNames = new HashSet(); field in class:RemoteSession
97 internalAttributeNames.add(attributeName);
219 new Vector(internalAttributeNames).elements();
230 (String[]) internalAttributeNames.toArray(new String[1]);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteSession.java63 private Set internalAttributeNames = new HashSet(); field in class:RemoteSession
97 internalAttributeNames.add(attributeName);
219 new Vector(internalAttributeNames).elements();
230 (String[]) internalAttributeNames.toArray(new String[1]);

Completed in 61 milliseconds