Searched refs:IndexType (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java29 USER(AuthContext.IndexType.USER),
31 ROLE(AuthContext.IndexType.ROLE),
33 SERVICE(AuthContext.IndexType.SERVICE),
35 LEVEL(AuthContext.IndexType.LEVEL),
37 MODULE(AuthContext.IndexType.MODULE_INSTANCE),
39 RESOURCE(AuthContext.IndexType.RESOURCE),
41 COMPOSITE(AuthContext.IndexType.COMPOSITE_ADVICE);
43 private final AuthContext.IndexType indexType;
48 * @param indexType The AuthContext.IndexType for the Enum.
50 private AuthIndexType(AuthContext.IndexType indexTyp
[all...]
H A DAuthenticationContext.java55 void login(AuthContext.IndexType indexType, String indexValue) throws AuthLoginException;
66 void login(AuthContext.IndexType indexType, String indexValue, Map<String, Set<String>> envMap,
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java29 USER(AuthContext.IndexType.USER),
31 ROLE(AuthContext.IndexType.ROLE),
33 SERVICE(AuthContext.IndexType.SERVICE),
35 LEVEL(AuthContext.IndexType.LEVEL),
37 MODULE(AuthContext.IndexType.MODULE_INSTANCE),
39 RESOURCE(AuthContext.IndexType.RESOURCE),
41 COMPOSITE(AuthContext.IndexType.COMPOSITE_ADVICE);
43 private final AuthContext.IndexType indexType;
48 * @param indexType The AuthContext.IndexType for the Enum.
50 private AuthIndexType(AuthContext.IndexType indexTyp
[all...]
H A DAuthenticationContext.java55 void login(AuthContext.IndexType indexType, String indexValue) throws AuthLoginException;
66 void login(AuthContext.IndexType indexType, String indexValue, Map<String, Set<String>> envMap,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTypeDescriptor.java46 APPROXIMATE(BackendIndexCfgDefn.IndexType.APPROXIMATE,
47 org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType.APPROXIMATE),
53 EQUALITY(BackendIndexCfgDefn.IndexType.EQUALITY,
54 org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType.EQUALITY),
60 EXTENSIBLE(BackendIndexCfgDefn.IndexType.EXTENSIBLE,
61 org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType.EXTENSIBLE),
67 ORDERING(BackendIndexCfgDefn.IndexType.ORDERING,
68 org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType.ORDERING),
74 PRESENCE(BackendIndexCfgDefn.IndexType.PRESENCE,
75 org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
[all...]
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexTypeTest.java57 String authContextIndexTypeString = AuthContext.IndexType.MODULE_INSTANCE.toString();
73 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
86 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
89 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.USER);
99 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
102 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.ROLE);
112 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
115 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.SERVICE);
125 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
128 Assert.assertEquals(authContextIndexType, AuthContext.IndexType
[all...]
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexTypeTest.java58 String authContextIndexTypeString = AuthContext.IndexType.MODULE_INSTANCE.toString();
74 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
87 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
90 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.USER);
100 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
103 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.ROLE);
113 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
116 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.SERVICE);
126 AuthContext.IndexType authContextIndexType = authIndexType.getIndexType();
129 Assert.assertEquals(authContextIndexType, AuthContext.IndexType
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java32 import org.opends.server.admin.std.meta.LocalDBIndexCfgDefn.IndexType;
43 private SortedSet<IndexType> types = new TreeSet<IndexType>();
59 SortedSet<IndexType> types, int entryLimit)
98 public SortedSet<IndexType> getTypes()
100 return new TreeSet<IndexType>(types);
173 for (IndexType t : types)
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java33 import org.opends.server.admin.std.meta.LocalDBIndexCfgDefn.IndexType;
44 private SortedSet<IndexType> types = new TreeSet<IndexType>();
60 SortedSet<IndexType> types, int entryLimit)
99 public SortedSet<IndexType> getTypes()
101 return new TreeSet<IndexType>(types);
174 for (IndexType t : types)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java33 import org.opends.server.admin.std.meta.LocalDBIndexCfgDefn.IndexType;
44 private SortedSet<IndexType> types = new TreeSet<IndexType>();
60 SortedSet<IndexType> types, int entryLimit)
99 public SortedSet<IndexType> getTypes()
101 return new TreeSet<IndexType>(types);
174 for (IndexType t : types)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java32 import org.opends.server.admin.std.meta.LocalDBIndexCfgDefn.IndexType;
43 private SortedSet<IndexType> types = new TreeSet<IndexType>();
59 SortedSet<IndexType> types, int entryLimit)
98 public SortedSet<IndexType> getTypes()
100 return new TreeSet<IndexType>(types);
173 for (IndexType t : types)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java33 import org.opends.server.admin.std.meta.LocalDBIndexCfgDefn.IndexType;
44 private SortedSet<IndexType> types = new TreeSet<IndexType>();
60 SortedSet<IndexType> types, int entryLimit)
99 public SortedSet<IndexType> getTypes()
101 return new TreeSet<IndexType>(types);
174 for (IndexType t : types)
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DIndexType.java44 public enum IndexType enum
138 private IndexType(String indexName) method in class:IndexType
154 public static IndexType forName(String indexName)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DIndexType.java43 public enum IndexType enum
137 private IndexType(String indexName) method in class:IndexType
153 public static IndexType forName(String indexName)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DIndexType.java44 public enum IndexType enum
138 private IndexType(String indexName) method in class:IndexType
154 public static IndexType forName(String indexName)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DIndexType.java44 public enum IndexType enum
138 private IndexType(String indexName) method in class:IndexType
154 public static IndexType forName(String indexName)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DIndexType.java43 public enum IndexType enum
137 private IndexType(String indexName) method in class:IndexType
153 public static IndexType forName(String indexName)
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthenticationMethod.java24 * Indicates a method of authentication for OpenAM consisting of an {@link AuthContext.IndexType} plus a name of
29 private final AuthContext.IndexType indexType;
31 public OpenAMAuthenticationMethod(final String name, final AuthContext.IndexType indexType) {
42 public AuthContext.IndexType getIndexType() {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DIndexType.java42 public enum IndexType enum
136 private IndexType(String indexName) method in class:IndexType
152 public static IndexType forName(String indexName)
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthenticationMethod.java24 * Indicates a method of authentication for OpenAM consisting of an {@link AuthContext.IndexType} plus a name of
29 private final AuthContext.IndexType indexType;
31 public OpenAMAuthenticationMethod(final String name, final AuthContext.IndexType indexType) {
42 public AuthContext.IndexType getIndexType() {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java110 private AuthContext.IndexType indexType=null;
241 this.indexType = AuthContext.IndexType.SERVICE;
243 this.indexType = AuthContext.IndexType.LEVEL;
245 this.indexType = AuthContext.IndexType.ROLE;
247 this.indexType = AuthContext.IndexType.MODULE_INSTANCE;
249 this.indexType = AuthContext.IndexType.USER;
251 this.indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
254 this.indexType = AuthContext.IndexType.RESOURCE;
427 public AuthContext.IndexType getIndexType() {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java110 private AuthContext.IndexType indexType=null;
241 this.indexType = AuthContext.IndexType.SERVICE;
243 this.indexType = AuthContext.IndexType.LEVEL;
245 this.indexType = AuthContext.IndexType.ROLE;
247 this.indexType = AuthContext.IndexType.MODULE_INSTANCE;
249 this.indexType = AuthContext.IndexType.USER;
251 this.indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
254 this.indexType = AuthContext.IndexType.RESOURCE;
427 public AuthContext.IndexType getIndexType() {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DAttributeIndex.java52 import org.opends.server.admin.std.meta.BackendIndexCfgDefn.IndexType;
82 EQUALITY(IndexType.EQUALITY),
84 PRESENCE(IndexType.PRESENCE),
86 GREATER_OR_EQUAL(IndexType.ORDERING),
88 LESS_OR_EQUAL(IndexType.ORDERING),
90 SUBSTRING(IndexType.SUBSTRING),
92 APPROXIMATE(IndexType.APPROXIMATE);
94 private final IndexType indexType;
96 IndexFilterType(IndexType indexType)
235 return IndexType
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DBackend.java247 IndexType indexType);
321 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
324 return isIndexed(filter.getAttributeType(), IndexType.SUBSTRING);
327 return isIndexed(filter.getAttributeType(), IndexType.GREATER_OR_EQUAL);
330 return isIndexed(filter.getAttributeType(), IndexType.LESS_OR_EQUAL);
333 return isIndexed(filter.getAttributeType(), IndexType.PRESENCE);
336 return isIndexed(filter.getAttributeType(), IndexType.APPROXIMATE);
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DBackend.java247 IndexType indexType);
321 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
324 return isIndexed(filter.getAttributeType(), IndexType.SUBSTRING);
327 return isIndexed(filter.getAttributeType(), IndexType.GREATER_OR_EQUAL);
330 return isIndexed(filter.getAttributeType(), IndexType.LESS_OR_EQUAL);
333 return isIndexed(filter.getAttributeType(), IndexType.PRESENCE);
336 return isIndexed(filter.getAttributeType(), IndexType.APPROXIMATE);

Completed in 46 milliseconds

1234567891011>>