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

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java63 private static final String AUTH_MODULE_TYPE = "OAuth"; field in class:ConfigureSocialAuthN
275 Map<String, Set<String>> moduleAttrs = mgr.getAuthenticationSchema(AUTH_MODULE_TYPE).getAttributeValues();
284 mgr.createAuthenticationInstance(authModuleName, AUTH_MODULE_TYPE, moduleAttrs);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java63 private static final String AUTH_MODULE_TYPE = "OAuth"; field in class:ConfigureSocialAuthN
275 Map<String, Set<String>> moduleAttrs = mgr.getAuthenticationSchema(AUTH_MODULE_TYPE).getAttributeValues();
284 mgr.createAuthenticationInstance(authModuleName, AUTH_MODULE_TYPE, moduleAttrs);

Completed in 55 milliseconds