Searched defs:AuthTarget (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.java45 * This class also allows for the creation of a {@code Map<String, Object>} to be associated with a given AuthTarget. This is
52 * custom token types. Thus this class must support a means of registering AuthTarget instances for custom token types.
53 * Thus the AuthTargetMapping will store the registered AuthTarget instances in a Map keyed by a String, the String
70 private final Map<String, AuthTarget> mappings = new HashMap<String, AuthTarget>();
94 mappings.put(tokenTypeId.getId(), new AuthTarget(authIndexType, authIndexValue, context));
124 mappings.put(tokenTypeId, new AuthTarget(authIndexType, authIndexValue, context));
133 public static class AuthTarget { class in class:AuthTargetMapping
138 AuthTarget(String authIndexType, String authIndexValue) { method in class:AuthTargetMapping.AuthTarget
142 AuthTarget(Strin method in class:AuthTargetMapping.AuthTarget
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java45 * This class also allows for the creation of a {@code Map<String, Object>} to be associated with a given AuthTarget. This is
52 * custom token types. Thus this class must support a means of registering AuthTarget instances for custom token types.
53 * Thus the AuthTargetMapping will store the registered AuthTarget instances in a Map keyed by a String, the String
70 private final Map<String, AuthTarget> mappings = new HashMap<String, AuthTarget>();
94 mappings.put(tokenTypeId.getId(), new AuthTarget(authIndexType, authIndexValue, context));
124 mappings.put(tokenTypeId, new AuthTarget(authIndexType, authIndexValue, context));
133 public static class AuthTarget { class in class:AuthTargetMapping
138 AuthTarget(String authIndexType, String authIndexValue) { method in class:AuthTargetMapping.AuthTarget
142 AuthTarget(Strin method in class:AuthTargetMapping.AuthTarget
[all...]

Completed in 701 milliseconds