Searched refs:AMAuthenticationManager (Results 1 - 25 of 75) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllConfiguredModuleInstances.java20 import com.sun.identity.authentication.config.AMAuthenticationManager;
74 AMAuthenticationManager amAM = new AMAuthenticationManager(adminToken, orgDN);
H A DConfiguredModuleInstances.java42 import com.sun.identity.authentication.config.AMAuthenticationManager;
106 AMAuthenticationManager amAM = new
107 AMAuthenticationManager(adminToken, orgDN);
H A DConfiguredSocialAuthServices.java22 import com.sun.identity.authentication.config.AMAuthenticationManager;
55 AMAuthenticationManager authMgr;
57 authMgr = new AMAuthenticationManager(adminToken, realm);
87 private String getType(AMAuthenticationManager authMgr, AppConfigurationEntry appConfigurationEntry) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllConfiguredModuleInstances.java20 import com.sun.identity.authentication.config.AMAuthenticationManager;
74 AMAuthenticationManager amAM = new AMAuthenticationManager(adminToken, orgDN);
H A DConfiguredModuleInstances.java42 import com.sun.identity.authentication.config.AMAuthenticationManager;
106 AMAuthenticationManager amAM = new
107 AMAuthenticationManager(adminToken, orgDN);
H A DConfiguredSocialAuthServices.java22 import com.sun.identity.authentication.config.AMAuthenticationManager;
57 AMAuthenticationManager authMgr;
59 authMgr = new AMAuthenticationManager(adminToken, realm);
89 private String getType(AMAuthenticationManager authMgr, AppConfigurationEntry appConfigurationEntry) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java37 import com.sun.identity.authentication.config.AMAuthenticationManager;
114 AMAuthenticationManager mgr =
115 new AMAuthenticationManager(getUserSSOToken(), currentRealm);
150 AMAuthenticationManager mgr = new AMAuthenticationManager(
164 AMAuthenticationManager mgr =
165 new AMAuthenticationManager(getUserSSOToken(), "/");
195 AMAuthenticationManager mgr = new AMAuthenticationManager(
217 AMAuthenticationManager mg
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java37 import com.sun.identity.authentication.config.AMAuthenticationManager;
114 AMAuthenticationManager mgr =
115 new AMAuthenticationManager(getUserSSOToken(), currentRealm);
150 AMAuthenticationManager mgr = new AMAuthenticationManager(
164 AMAuthenticationManager mgr =
165 new AMAuthenticationManager(getUserSSOToken(), "/");
195 AMAuthenticationManager mgr = new AMAuthenticationManager(
217 AMAuthenticationManager mg
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DCreateAuthInstance.java32 import com.sun.identity.authentication.config.AMAuthenticationManager;
63 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DDeleteAuthInstances.java32 import com.sun.identity.authentication.config.AMAuthenticationManager;
64 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DListAuthInstances.java33 import com.sun.identity.authentication.config.AMAuthenticationManager;
65 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DGetAuthInstance.java34 import com.sun.identity.authentication.config.AMAuthenticationManager;
71 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DUpdateAuthInstance.java33 import com.sun.identity.authentication.config.AMAuthenticationManager;
83 AMAuthenticationManager mgr = new AMAuthenticationManager(
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DGetSupportedAuthModules.java35 import com.sun.identity.authentication.config.AMAuthenticationManager;
70 AMAuthenticationManager mgr = new AMAuthenticationManager(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DSelectRealmModelImpl.java32 import com.sun.identity.authentication.config.AMAuthenticationManager;
108 AMAuthenticationManager mgr = new AMAuthenticationManager(
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DCreateAuthInstance.java32 import com.sun.identity.authentication.config.AMAuthenticationManager;
63 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DDeleteAuthInstances.java32 import com.sun.identity.authentication.config.AMAuthenticationManager;
64 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DListAuthInstances.java33 import com.sun.identity.authentication.config.AMAuthenticationManager;
65 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DGetAuthInstance.java34 import com.sun.identity.authentication.config.AMAuthenticationManager;
71 AMAuthenticationManager mgr = new AMAuthenticationManager(
H A DUpdateAuthInstance.java33 import com.sun.identity.authentication.config.AMAuthenticationManager;
83 AMAuthenticationManager mgr = new AMAuthenticationManager(
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DGetSupportedAuthModules.java35 import com.sun.identity.authentication.config.AMAuthenticationManager;
70 AMAuthenticationManager mgr = new AMAuthenticationManager(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DSelectRealmModelImpl.java32 import com.sun.identity.authentication.config.AMAuthenticationManager;
108 AMAuthenticationManager mgr = new AMAuthenticationManager(
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationModuleRealmSmsHandler.java26 import com.sun.identity.authentication.config.AMAuthenticationManager;
111 AMAuthenticationManager mgr = new AMAuthenticationManager(ssoToken, realm);
157 AMAuthenticationManager authenticationManager = new AMAuthenticationManager(adminToken, "/");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java119 AMAuthenticationManager amAM) {
182 private AppConfigurationEntry[] newConfiguration(String name, AMAuthenticationManager amAM) {
301 AMAuthenticationManager amAM) {
340 AMAuthenticationManager amAM) throws SMSException, SSOException {
363 private AppConfigurationEntry[] parseXMLConfig(String xmlConfig, String name, AMAuthenticationManager amAM)
426 AMAuthenticationManager amAM) {
475 AMAuthenticationManager amAM) {
531 AMAuthenticationManager amAM) {
583 AMAuthenticationManager amAM) {
645 AMAuthenticationManager amA
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java120 AMAuthenticationManager amAM) {
163 private AppConfigurationEntry[] newConfiguration(String name, AMAuthenticationManager amAM) {
282 AMAuthenticationManager amAM) {
321 AMAuthenticationManager amAM) throws SMSException, SSOException {
344 private AppConfigurationEntry[] parseXMLConfig(String xmlConfig, String name, AMAuthenticationManager amAM)
407 AMAuthenticationManager amAM) {
456 AMAuthenticationManager amAM) {
512 AMAuthenticationManager amAM) {
564 AMAuthenticationManager amAM) {
626 AMAuthenticationManager amA
[all...]

Completed in 32 milliseconds

123