Searched refs:indexType (Results 1 - 25 of 165) sorted by relevance

1234567

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthenticationMethod.java29 private final AuthContext.IndexType indexType; field in class:OpenAMAuthenticationMethod
31 public OpenAMAuthenticationMethod(final String name, final AuthContext.IndexType indexType) { argument
32 Reject.ifNull(name, indexType);
34 this.indexType = indexType;
43 return indexType;
57 return indexType.equals(that.indexType) && name.equals(that.name);
63 result = 31 * result + indexType.hashCode();
69 return String.format("OpenAMAuthenticationMethod [type=%s, name=%s]", indexType, nam
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthenticationMethod.java29 private final AuthContext.IndexType indexType; field in class:OpenAMAuthenticationMethod
31 public OpenAMAuthenticationMethod(final String name, final AuthContext.IndexType indexType) { argument
32 Reject.ifNull(name, indexType);
34 this.indexType = indexType;
43 return indexType;
57 return indexType.equals(that.indexType) && name.equals(that.name);
63 result = 31 * result + indexType.hashCode();
69 return String.format("OpenAMAuthenticationMethod [type=%s, name=%s]", indexType, nam
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginConfiguration.java31 private AuthIndexType indexType; field in class:LoginConfiguration
80 * @param indexType The Authentication Index Type
83 public LoginConfiguration indexType(AuthIndexType indexType) { argument
84 this.indexType = indexType;
94 return indexType;
108 switch (indexType) {
H A DAuthIndexType.java43 private final AuthContext.IndexType indexType; field in class:AuthIndexType
48 * @param indexType The AuthContext.IndexType for the Enum.
50 private AuthIndexType(AuthContext.IndexType indexType) { argument
51 this.indexType = indexType;
60 return indexType;
H A DLoginProcess.java126 AuthIndexType indexType = authContext.getIndexType();
127 if (indexType == null) {
128 indexType = loginConfiguration.getIndexType();
131 if (AuthIndexType.LEVEL.equals(indexType) || AuthIndexType.COMPOSITE.equals(indexType)) {
153 indexType = AuthIndexType.MODULE;
155 indexType = AuthIndexType.SERVICE;
157 indexType = AuthIndexType.SERVICE;
162 indexType = AuthIndexType.MODULE;
165 loginConfiguration.indexType(indexTyp
[all...]
H A DLoginAuthenticator.java137 AuthIndexType indexType = loginConfiguration.getIndexType();
141 if (indexType != null && indexType.equals(AuthIndexType.RESOURCE)) {
149 authContext.login(indexType.getIndexType(), indexValue, envMap, null);
150 } else if (indexType != null && indexType.getIndexType() != null) {
151 authContext.login(indexType.getIndexType(), indexValue);
205 * @param indexType The Authentication Index Type for the authentication requirements that must be met.
212 boolean checkSessionUpgrade(SSOToken ssoToken, AuthIndexType indexType, String indexValue) argument
222 switch (indexType) {
[all...]
H A DAuthenticationContext.java51 * @param indexType The authentication index type.
55 void login(AuthContext.IndexType indexType, String indexValue) throws AuthLoginException; argument
60 * @param indexType The authentication index type.
66 void login(AuthContext.IndexType indexType, String indexValue, Map<String, Set<String>> envMap, argument
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginConfiguration.java31 private AuthIndexType indexType; field in class:LoginConfiguration
80 * @param indexType The Authentication Index Type
83 public LoginConfiguration indexType(AuthIndexType indexType) { argument
84 this.indexType = indexType;
94 return indexType;
108 switch (indexType) {
H A DAuthIndexType.java43 private final AuthContext.IndexType indexType; field in class:AuthIndexType
48 * @param indexType The AuthContext.IndexType for the Enum.
50 private AuthIndexType(AuthContext.IndexType indexType) { argument
51 this.indexType = indexType;
60 return indexType;
H A DLoginProcess.java128 AuthIndexType indexType = authContext.getIndexType();
129 if (indexType == null) {
130 indexType = loginConfiguration.getIndexType();
133 if (AuthIndexType.LEVEL.equals(indexType) || AuthIndexType.COMPOSITE.equals(indexType)) {
155 indexType = AuthIndexType.MODULE;
157 indexType = AuthIndexType.SERVICE;
159 indexType = AuthIndexType.SERVICE;
164 indexType = AuthIndexType.MODULE;
167 loginConfiguration.indexType(indexTyp
[all...]
H A DLoginAuthenticator.java133 AuthIndexType indexType = loginConfiguration.getIndexType();
137 if (indexType != null && indexType.equals(AuthIndexType.RESOURCE)) {
145 authContext.login(indexType.getIndexType(), indexValue, envMap, null);
146 } else if (indexType != null && indexType.getIndexType() != null) {
147 authContext.login(indexType.getIndexType(), indexValue);
205 * @param indexType The Authentication Index Type for the authentication requirements that must be met.
212 boolean checkSessionUpgrade(SSOToken ssoToken, AuthIndexType indexType, String indexValue) argument
222 switch (indexType) {
[all...]
H A DAuthenticationContext.java51 * @param indexType The authentication index type.
55 void login(AuthContext.IndexType indexType, String indexValue) throws AuthLoginException; argument
60 * @param indexType The authentication index type.
66 void login(AuthContext.IndexType indexType, String indexValue, Map<String, Set<String>> envMap, argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigType.java50 private int indexType = 0; field in class:AMAuthConfigType
68 indexType = MODULE;
86 indexType = USER;
102 indexType = ORGANIZATION;
119 indexType = SERVICE;
137 indexType = ROLE;
150 debug.message("indexType = " + indexType +
182 return indexType;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigType.java50 private int indexType = 0; field in class:AMAuthConfigType
68 indexType = MODULE;
86 indexType = USER;
102 indexType = ORGANIZATION;
119 indexType = SERVICE;
137 indexType = ROLE;
150 debug.message("indexType = " + indexType +
182 return indexType;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTypeDescriptor.java106 private static IndexTypeDescriptor fromBackendIndexType(final BackendIndexCfgDefn.IndexType indexType) argument
108 switch (indexType)
123 throw new IllegalArgumentException("No IndexTypeDescriptor corresponding to: " + indexType);
139 for (final BackendIndexCfgDefn.IndexType indexType : indexTypes)
141 indexTypeDescriptors.add(fromBackendIndexType(indexType));
180 for (IndexTypeDescriptor indexType : indexTypeDescriptors)
182 newConfigIndexTypes.add(indexType.backendIndexType);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DAuthContextLocalWrapper.java72 public void login(AuthContext.IndexType indexType, String indexValue) throws AuthLoginException { argument
73 authContextLocal.login(indexType, indexValue);
80 public void login(AuthContext.IndexType indexType, String indexValue, argument
82 authContextLocal.login(indexType, indexValue, envMap, locale);
122 AuthContext.IndexType indexType = authContextLocal.getLoginState().getIndexType();
123 if (indexType != null) {
124 return AuthIndexType.getAuthIndexType(indexType.toString());
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DAuthContextLocalWrapper.java73 public void login(AuthContext.IndexType indexType, String indexValue) throws AuthLoginException { argument
74 authContextLocal.login(indexType, indexValue);
81 public void login(AuthContext.IndexType indexType, String indexValue, argument
83 authContextLocal.login(indexType, indexValue, envMap, locale);
123 AuthContext.IndexType indexType = authContextLocal.getLoginState().getIndexType();
124 if (indexType != null) {
125 return AuthIndexType.getAuthIndexType(indexType.toString());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java110 private AuthContext.IndexType indexType=null; field in class:AuthXMLRequest
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;
428 return indexType;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java110 private AuthContext.IndexType indexType=null; field in class:AuthXMLRequest
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;
428 return indexType;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java60 private static final String DEFINED_INDEX_TYPE = "org.forgerock.openam.ssoadm.auth.indexType";
106 String indexType = SystemProperties.get(DEFINED_INDEX_TYPE);
108 if (indexType != null && indexName != null) {
109 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd, indexType, indexName);
129 String indexType,
133 AuthContext lc = getAuthContext(mgr, indexType, indexName);
259 AuthContext.IndexType indexType = null;
261 indexType = AuthContext.IndexType.MODULE_INSTANCE;
263 indexType = AuthContext.IndexType.SERVICE;
265 indexType
125 sessionBasedLoginInternal( CommandManager mgr, String bindUser, String bindPwd, String indexType, String indexName ) argument
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java62 private static final String DEFINED_INDEX_TYPE = "org.forgerock.openam.ssoadm.auth.indexType";
108 String indexType = SystemProperties.get(DEFINED_INDEX_TYPE);
110 if (indexType != null && indexName != null) {
111 lc = sessionBasedLoginInternal(mgr, bindUser, bindPwd, indexType, indexName);
131 String indexType,
135 AuthContext lc = getAuthContext(mgr, indexType, indexName);
261 AuthContext.IndexType indexType = null;
263 indexType = AuthContext.IndexType.MODULE_INSTANCE;
265 indexType = AuthContext.IndexType.SERVICE;
267 indexType
127 sessionBasedLoginInternal( CommandManager mgr, String bindUser, String bindPwd, String indexType, String indexName ) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java69 AuthContext.IndexType indexType = null; field in class:AuthLevel
80 * @param indexType <code>IndexType</code> defines the possible kinds of
90 AuthContext.IndexType indexType,
99 this.indexType = indexType;
111 debug.message("indexType : " + indexType);
89 AuthLevel( AuthContext.IndexType indexType, String indexName, String orgDN, String clientType, java.util.Locale loc ) argument
H A DAMLoginContext.java120 private IndexType indexType; field in class:AMLoginContext
216 * <code>indexType</code>, <code>indexName</code> , <code>principal</code>,
298 if (indexType == IndexType.MODULE_INSTANCE
316 * Update LoginState indexType and indexName
317 * (after storing current loginState indexType if required for HTTP callback processing)
323 loginState.setIndexType(indexType);
330 if (processIndexType(indexType, indexName, orgDN)) {
358 * Establish configName based on indexType, indexName, orgDN and clientType
362 configName = getConfigName(indexType, indexName, orgDN, clientType);
432 if (indexType
1261 getConfigName(IndexType indexType, String indexName, String orgDN, String clientType) argument
1298 processLevel(IndexType indexType, String indexName, String orgDN, String clientType) argument
1343 processCompositeAdvice(IndexType indexType, String indexName, String orgDN, String clientType) argument
1423 updateLoginState(IndexType indexType, String indexName, String configName, String orgDN) argument
1715 processIndexType(IndexType indexType, String indexName, String orgDN) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java69 AuthContext.IndexType indexType = null; field in class:AuthLevel
80 * @param indexType <code>IndexType</code> defines the possible kinds of
90 AuthContext.IndexType indexType,
99 this.indexType = indexType;
111 debug.message("indexType : " + indexType);
89 AuthLevel( AuthContext.IndexType indexType, String indexName, String orgDN, String clientType, java.util.Locale loc ) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DAttributeIndex.java94 private final IndexType indexType; field in class:AttributeIndex.IndexFilterType
96 IndexFilterType(IndexType indexType) argument
98 this.indexType = indexType;
104 return indexType.toString();
273 for(IndexType indexType : config.getIndexType()) {
274 switch (indexType)
287 MatchingRule rule = getMatchingRule(indexType, attributeType);
288 throwIfNoMatchingRule(attributeType, indexType, rule);
292 throw new ConfigException(ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE.get(attributeType, indexType));
298 throwIfNoMatchingRule(AttributeType attributeType, IndexType indexType, MatchingRule rule) argument
395 isIndexed(org.opends.server.types.IndexType indexType) argument
767 isIndexAcceptable(BackendIndexCfg cfg, IndexType indexType, List<LocalizableMessage> unacceptableReasons) argument
779 getMatchingRule(IndexType indexType, AttributeType attrType) argument
[all...]

Completed in 58 milliseconds

1234567