Searched defs:authIndexType (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java37 * Each deployed STS instance will be configured with a mapping which specifies the rest authN authIndexType and authIndexValue
41 * See the org.forgerock.openam.core.rest.authn.core.AuthIndexType class for valid values for the authIndexType
42 * below. The authIndexValue is the actual name of the service, module, etc. (for an authIndexType of "service" the
73 * Associates a particular token class with authIndexType and authIndexValue values. For the associated STS
75 * authIndexType and authIndexValue.
82 * Associates a particular token type with authIndexType and authIndexValue values. For the associated STS
84 * authIndexType and authIndexValue.
86 * @param authIndexType the authIndexType defining the authN target
93 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, Strin argument
107 addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue) argument
123 addMapping(String tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) argument
134 private final String authIndexType; field in class:AuthTargetMapping.AuthTarget
138 AuthTarget(String authIndexType, String authIndexValue) argument
142 AuthTarget(String authIndexType, String authIndexValue, Map<String, String> context) argument
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java90 * @param authIndexType The authentication index type.
97 String authIndexType, String indexValue, String sessionUpgradeSSOTokenId) throws RestAuthException {
98 return authenticate(request, response, null, authIndexType, indexValue, sessionUpgradeSSOTokenId);
124 * @param authIndexType The authentication index type.
131 String authIndexType, String indexValue, String sessionUpgradeSSOTokenId)
137 AuthIndexType indexType = getAuthIndexType(authIndexType);
202 String authIndexTypeString = jwt.getClaimsSet().getClaim("authIndexType", String.class);
352 * @param authIndexType The authentication index string.
355 private AuthIndexType getAuthIndexType(String authIndexType) throws RestAuthException { argument
358 return AuthIndexType.getAuthIndexType(authIndexType);
96 initiateAuthentication(HttpServletRequest request, HttpServletResponse response, String authIndexType, String indexValue, String sessionUpgradeSSOTokenId) argument
130 authenticate(HttpServletRequest request, HttpServletResponse response, JsonValue postBody, String authIndexType, String indexValue, String sessionUpgradeSSOTokenId) argument
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java37 * Each deployed STS instance will be configured with a mapping which specifies the rest authN authIndexType and authIndexValue
41 * See the org.forgerock.openam.core.rest.authn.core.AuthIndexType class for valid values for the authIndexType
42 * below. The authIndexValue is the actual name of the service, module, etc. (for an authIndexType of "service" the
73 * Associates a particular token class with authIndexType and authIndexValue values. For the associated STS
75 * authIndexType and authIndexValue.
82 * Associates a particular token type with authIndexType and authIndexValue values. For the associated STS
84 * authIndexType and authIndexValue.
86 * @param authIndexType the authIndexType defining the authN target
93 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, Strin argument
107 addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue) argument
123 addMapping(String tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) argument
134 private final String authIndexType; field in class:AuthTargetMapping.AuthTarget
138 AuthTarget(String authIndexType, String authIndexValue) argument
142 AuthTarget(String authIndexType, String authIndexValue, Map<String, String> context) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java96 * @param authIndexType The authentication index type.
103 String authIndexType, String indexValue, String sessionUpgradeSSOTokenId) throws RestAuthException {
104 return authenticate(request, response, null, authIndexType, indexValue, sessionUpgradeSSOTokenId);
130 * @param authIndexType The authentication index type.
137 String authIndexType, String indexValue, String sessionUpgradeSSOTokenId)
143 AuthIndexType indexType = getAuthIndexType(authIndexType);
208 String authIndexTypeString = jwt.getClaimsSet().getClaim("authIndexType", String.class);
359 * @param authIndexType The authentication index string.
362 private AuthIndexType getAuthIndexType(String authIndexType) throws RestAuthException { argument
365 return AuthIndexType.getAuthIndexType(authIndexType);
102 initiateAuthentication(HttpServletRequest request, HttpServletResponse response, String authIndexType, String indexValue, String sessionUpgradeSSOTokenId) argument
136 authenticate(HttpServletRequest request, HttpServletResponse response, JsonValue postBody, String authIndexType, String indexValue, String sessionUpgradeSSOTokenId) argument
[all...]

Completed in 46 milliseconds