Searched refs:getAttributeNames (Results 1 - 25 of 168) sorted by relevance

1234567

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSearchTemplate.java209 public String[] getAttributeNames() { method in class:SearchTemplate
211 .getAttributeNames();
H A DCreationTemplate.java168 .getAttributeNames();
180 .getAttributeNames();
252 .getAttributeNames();
527 String[] attrNames = attrSet.getAttributeNames();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java81 for (Iterator it = getAttributeNames().iterator(); it.hasNext(); ){
97 public Set getAttributeNames(){ method in class:AMAuthenticationSchema
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSearchTemplate.java209 public String[] getAttributeNames() { method in class:SearchTemplate
211 .getAttributeNames();
H A DCreationTemplate.java168 .getAttributeNames();
180 .getAttributeNames();
252 .getAttributeNames();
527 String[] attrNames = attrSet.getAttributeNames();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java81 for (Iterator it = getAttributeNames().iterator(); it.hasNext(); ){
97 public Set getAttributeNames(){ method in class:AMAuthenticationSchema
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java190 public SortedSet<String> getAttributeNames() { method in class:CustomSearchResult
229 && getAttributeNames().equals(sr.getAttributeNames())
237 for (String attrName : getAttributeNames())
295 for (String wholeName : getAttributeNames())
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteSession.java88 Enumeration aNames = getAttributeNames();
217 public Enumeration getAttributeNames() { method in class:RemoteSession
218 return (session != null) ? session.getAttributeNames() :
223 * Returns a list of value names, @see getAttributeNames
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/
H A DTokenTestUtils.java43 assertThat(result.getAttributeNames()).isEqualTo(expected.getAttributeNames());
44 for (CoreTokenField field : result.getAttributeNames()) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteSession.java88 Enumeration aNames = getAttributeNames();
217 public Enumeration getAttributeNames() { method in class:RemoteSession
218 return (session != null) ? session.getAttributeNames() :
223 * Returns a list of value names, @see getAttributeNames
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/
H A DTokenTestUtils.java44 assertThat(result.getAttributeNames()).isEqualTo(expected.getAttributeNames());
45 for (CoreTokenField field : result.getAttributeNames()) {
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/api/tokens/
H A DTokenTest.java85 Collection<CoreTokenField> fields = token.getAttributeNames();
102 Collection<CoreTokenField> fields = token.getAttributeNames();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSubConfigModel.java75 Set getAttributeNames(String schemaName); method in interface:SubConfigModel
H A DMAPDeviceProfileModelImpl.java124 Set attributeNames = getAttributeNames(clientType, classification);
169 private Set getAttributeNames(String clientType, String classification) { method in class:MAPDeviceProfileModelImpl
202 Set attributeNames = getAttributeNames(clientType, classification);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSubConfigModel.java75 Set getAttributeNames(String schemaName); method in interface:SubConfigModel
H A DMAPDeviceProfileModelImpl.java124 Set attributeNames = getAttributeNames(clientType, classification);
169 private Set getAttributeNames(String clientType, String classification) { method in class:MAPDeviceProfileModelImpl
202 Set attributeNames = getAttributeNames(clientType, classification);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java194 public SortedSet<String> getAttributeNames() { method in class:CustomSearchResult
242 equals = getAttributeNames().equals(sr.getAttributeNames());
245 for (String attrName : getAttributeNames())
316 for (String wholeName : this.getAttributeNames())
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java195 public SortedSet<String> getAttributeNames() { method in class:CustomSearchResult
243 equals = getAttributeNames().equals(sr.getAttributeNames());
246 for (String attrName : getAttributeNames())
317 for (String wholeName : this.getAttributeNames())
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java195 public SortedSet<String> getAttributeNames() { method in class:CustomSearchResult
243 equals = getAttributeNames().equals(sr.getAttributeNames());
246 for (String attrName : getAttributeNames())
317 for (String wholeName : this.getAttributeNames())
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java194 public SortedSet<String> getAttributeNames() { method in class:CustomSearchResult
242 equals = getAttributeNames().equals(sr.getAttributeNames());
245 for (String attrName : getAttributeNames())
316 for (String wholeName : this.getAttributeNames())
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java195 public SortedSet<String> getAttributeNames() { method in class:CustomSearchResult
243 equals = getAttributeNames().equals(sr.getAttributeNames());
246 for (String attrName : getAttributeNames())
317 for (String wholeName : this.getAttributeNames())
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/api/tokens/
H A DTokenTest.java90 Collection<CoreTokenField> fields = token.getAttributeNames();
107 Collection<CoreTokenField> fields = token.getAttributeNames();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java85 List getAttributeNames() { method in class:SAMLProperty
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java85 List getAttributeNames() { method in class:SAMLProperty
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/api/tokens/
H A DToken.java94 for (CoreTokenField field : copy.getAttributeNames()) {
167 public Collection<CoreTokenField> getAttributeNames() { method in class:Token
311 for (CoreTokenField field : getAttributeNames()) {

Completed in 159 milliseconds

1234567