Searched refs:authChainName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java92 String authChainName = authNamePrefix + "SocialAuthenticationService";
97 if (authChainExists(realm, authChainName)) {
98 throw new WorkflowException("auth-chain-exists", new Object[]{authChainName});
102 createSocialAuthenticationChain(realm, authModuleName, authChainName);
103 createOrModifySocialService(realm, authChainName, providerName, imageUrl);
106 return MessageFormat.format(messageTemplate, providerName, authModuleName, authChainName, SERVICE_NAME);
175 private boolean authChainExists(String realm, String authChainName) throws WorkflowException { argument
177 return AMAuthConfigUtils.getAllNamedConfig(realm, getAdminToken()).contains(authChainName);
292 private void createSocialAuthenticationChain(String realm, String authModuleName, String authChainName) argument
301 AMAuthConfigUtils.createNamedConfig(authChainName,
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DConfigureSocialAuthN.java92 String authChainName = authNamePrefix + "SocialAuthenticationService";
97 if (authChainExists(realm, authChainName)) {
98 throw new WorkflowException("auth-chain-exists", new Object[]{authChainName});
102 createSocialAuthenticationChain(realm, authModuleName, authChainName);
103 createOrModifySocialService(realm, authChainName, providerName, imageUrl);
106 return MessageFormat.format(messageTemplate, providerName, authModuleName, authChainName, SERVICE_NAME);
175 private boolean authChainExists(String realm, String authChainName) throws WorkflowException { argument
177 return AMAuthConfigUtils.getAllNamedConfig(realm, getAdminToken()).contains(authChainName);
292 private void createSocialAuthenticationChain(String realm, String authModuleName, String authChainName) argument
301 AMAuthConfigUtils.createNamedConfig(authChainName,
[all...]

Completed in 41 milliseconds