Searched defs:AuthTargetMapping (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java53 * Thus the AuthTargetMapping will store the registered AuthTarget instances in a Map keyed by a String, the String
59 public class AuthTargetMapping { class
128 public AuthTargetMapping build() {
129 return new AuthTargetMapping(this);
259 private AuthTargetMapping(AuthTargetMappingBuilder builder) { method in class:AuthTargetMapping
286 if (other instanceof AuthTargetMapping) {
287 AuthTargetMapping otherMapping = (AuthTargetMapping)other;
302 public static AuthTargetMapping fromJson(JsonValue json) throws IllegalStateException {
303 AuthTargetMappingBuilder builder = AuthTargetMapping
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java53 * Thus the AuthTargetMapping will store the registered AuthTarget instances in a Map keyed by a String, the String
59 public class AuthTargetMapping { class
128 public AuthTargetMapping build() {
129 return new AuthTargetMapping(this);
259 private AuthTargetMapping(AuthTargetMappingBuilder builder) { method in class:AuthTargetMapping
286 if (other instanceof AuthTargetMapping) {
287 AuthTargetMapping otherMapping = (AuthTargetMapping)other;
302 public static AuthTargetMapping fromJson(JsonValue json) throws IllegalStateException {
303 AuthTargetMappingBuilder builder = AuthTargetMapping
[all...]

Completed in 25 milliseconds