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

/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestServiceManager.java65 private Map<String, IAuthentication> authNServices = new field in class:RestServiceManager
78 for (IAuthentication auth : authNServices.values()) {
87 authNServices.clear();
109 authNServices.put(acceptMtd[i], p);
141 return authNServices.get(DEFAULT_AUTHN_SCHEME);
147 IAuthentication auth = authNServices.get(mtd);
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestServiceManager.java65 private Map<String, IAuthentication> authNServices = new field in class:RestServiceManager
78 for (IAuthentication auth : authNServices.values()) {
87 authNServices.clear();
109 authNServices.put(acceptMtd[i], p);
141 return authNServices.get(DEFAULT_AUTHN_SCHEME);
147 IAuthentication auth = authNServices.get(mtd);

Completed in 26 milliseconds