Searched defs:authIndexValue (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
42 * below. The authIndexValue is the actual name of the service, module, etc. (for an authIndexType of "service" the
43 * authIndexValue could be "ldapService").
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.
87 * @param authIndexValue the authIndexValue defining the authN target
93 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue, Ma argument
107 addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue) argument
123 addMapping(String tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) argument
135 private final String authIndexValue; 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-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
42 * below. The authIndexValue is the actual name of the service, module, etc. (for an authIndexType of "service" the
43 * authIndexValue could be "ldapService").
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.
87 * @param authIndexValue the authIndexValue defining the authN target
93 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue, Ma argument
107 addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue) argument
123 addMapping(String tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) argument
135 private final String authIndexValue; 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/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginAuthenticatorTest.java72 String authIndexValue = "INDEX_VALUE";
78 .indexValue(authIndexValue);
104 String authIndexValue = "INDEX_VALUE";
110 .indexValue(authIndexValue);
136 String authIndexValue = "INDEX_VALUE";
143 .indexValue(authIndexValue);
170 String authIndexValue = "INDEX_VALUE";
176 .indexValue(authIndexValue);
207 String authIndexValue = "INDEX_VALUE";
215 .indexValue(authIndexValue)
785 shouldUseAuthIndexValueOrGotoUrlForResourceBasedAuth( String authIndexValue, String resourceUrlParam, String expectedResource) argument
[all...]
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginAuthenticatorTest.java68 String authIndexValue = "INDEX_VALUE";
74 .indexValue(authIndexValue);
100 String authIndexValue = "INDEX_VALUE";
106 .indexValue(authIndexValue);
132 String authIndexValue = "INDEX_VALUE";
139 .indexValue(authIndexValue);
165 String authIndexValue = "INDEX_VALUE";
171 .indexValue(authIndexValue);
202 String authIndexValue = "INDEX_VALUE";
210 .indexValue(authIndexValue)
780 shouldUseAuthIndexValueOrGotoUrlForResourceBasedAuth( String authIndexValue, String resourceUrlParam, String expectedResource) argument
[all...]

Completed in 49 milliseconds