Searched defs:addMapping (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.java93 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) { method in class:AuthTargetMapping.AuthTargetMappingBuilder
107 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue) { method in class:AuthTargetMapping.AuthTargetMappingBuilder
108 return addMapping(tokenTypeId, authIndexType, authIndexValue, NULL_MAP);
123 private AuthTargetMappingBuilder addMapping(String tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) { method in class:AuthTargetMapping.AuthTargetMappingBuilder
311 builder.addMapping(entry.getKey(), target.getAuthIndexType(),
334 builder.addMapping(tokenType, authTarget.getAuthIndexType(),
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java93 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) { method in class:AuthTargetMapping.AuthTargetMappingBuilder
107 public AuthTargetMappingBuilder addMapping(TokenTypeId tokenTypeId, String authIndexType, String authIndexValue) { method in class:AuthTargetMapping.AuthTargetMappingBuilder
108 return addMapping(tokenTypeId, authIndexType, authIndexValue, NULL_MAP);
123 private AuthTargetMappingBuilder addMapping(String tokenTypeId, String authIndexType, String authIndexValue, Map<String,String> context) { method in class:AuthTargetMapping.AuthTargetMappingBuilder
311 builder.addMapping(entry.getKey(), target.getAuthIndexType(),
334 builder.addMapping(tokenType, authTarget.getAuthIndexType(),

Completed in 27 milliseconds