Searched refs:LDAPUser (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DConnectionCredentialsNotFound.java18 import com.iplanet.services.ldap.LDAPUser;
29 public ConnectionCredentialsNotFound(LDAPUser.Type authType) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DConnectionCredentialsNotFound.java18 import com.iplanet.services.ldap.LDAPUser;
29 public ConnectionCredentialsNotFound(LDAPUser.Type authType) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DIDSConfigMgr.java55 ServerInstance getServerInstance(LDAPUser.Type authType);
H A DDSConfigMgr.java199 return getNewConnectionFactory(serverGroupID, LDAPUser.Type.AUTH_PROXY);
228 return getNewConnectionFactory(serverGroupID, LDAPUser.Type.AUTH_BASIC);
237 LDAPUser.Type type = LDAPUser.Type.AUTH_ADMIN;
285 * @see com.iplanet.services.ldap.LDAPUser.Type
288 LDAPUser.Type authType) throws LDAPServiceException {
300 * @see com.iplanet.services.ldap.LDAPUser.Type
303 LDAPUser.Type type) throws LDAPServiceException {
319 if (!type.equals(LDAPUser.Type.AUTH_ANONYMOUS)) {
372 * @see LDAPUser
[all...]
H A DServerInstance.java46 ServerInstance(ServerGroup group, Server theServer, LDAPUser theUser) {
136 public synchronized LDAPUser.Type getAuthType() {
220 LDAPUser user = null;
230 buf.append(" LDAPUser=");
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DIDSConfigMgr.java55 ServerInstance getServerInstance(LDAPUser.Type authType);
H A DServerInstance.java46 ServerInstance(ServerGroup group, Server theServer, LDAPUser theUser) {
136 public synchronized LDAPUser.Type getAuthType() {
220 LDAPUser user = null;
230 buf.append(" LDAPUser=");
H A DDSConfigMgr.java241 return getNewConnectionFactory(serverGroupID, LDAPUser.Type.AUTH_PROXY);
270 return getNewConnectionFactory(serverGroupID, LDAPUser.Type.AUTH_BASIC);
279 LDAPUser.Type type = LDAPUser.Type.AUTH_ADMIN;
337 * @see com.iplanet.services.ldap.LDAPUser.Type
340 LDAPUser.Type authType) throws LDAPServiceException {
352 * @see com.iplanet.services.ldap.LDAPUser.Type
355 LDAPUser.Type type) throws LDAPServiceException {
371 if (!type.equals(LDAPUser.Type.AUTH_ANONYMOUS)) {
434 * @see LDAPUser
[all...]
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sm/
H A DServerConfigurationFactoryTest.java19 import com.iplanet.services.ldap.LDAPUser;
45 anyString(), any(LDAPUser.Type.class))).willReturn(mockInstance);
50 parser.getServerConfiguration("", LDAPUser.Type.AUTH_ADMIN);
61 anyString(), any(LDAPUser.Type.class))).willReturn(null);
66 parser.getServerConfiguration("", LDAPUser.Type.AUTH_ADMIN);
79 anyString(), any(LDAPUser.Type.class))).willReturn(mockInstance);
84 parser.getServerConfiguration(test, LDAPUser.Type.AUTH_ADMIN);
100 anyString(), any(LDAPUser.Type.class))).willReturn(mockInstance);
106 String dn = parser.getServerConfiguration("", LDAPUser.Type.AUTH_ADMIN).getBindDN();
H A DSMSConfigurationFactoryTest.java18 import com.iplanet.services.ldap.LDAPUser;
44 anyString(), any(LDAPUser.Type.class)))
54 given(mockFactory.getServerConfiguration(anyString(), any(LDAPUser.Type.class)))
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/
H A DServerConfigurationFactoryTest.java19 import com.iplanet.services.ldap.LDAPUser;
45 anyString(), any(LDAPUser.Type.class))).willReturn(mockInstance);
50 parser.getServerConfiguration("", LDAPUser.Type.AUTH_ADMIN);
61 anyString(), any(LDAPUser.Type.class))).willReturn(null);
66 parser.getServerConfiguration("", LDAPUser.Type.AUTH_ADMIN);
79 anyString(), any(LDAPUser.Type.class))).willReturn(mockInstance);
84 parser.getServerConfiguration(test, LDAPUser.Type.AUTH_ADMIN);
100 anyString(), any(LDAPUser.Type.class))).willReturn(mockInstance);
106 String dn = parser.getServerConfiguration("", LDAPUser.Type.AUTH_ADMIN).getBindDN();
H A DSMSConfigurationFactoryTest.java18 import com.iplanet.services.ldap.LDAPUser;
44 anyString(), any(LDAPUser.Type.class)))
54 given(mockFactory.getServerConfiguration(anyString(), any(LDAPUser.Type.class)))
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerConfigurationFactory.java20 import com.iplanet.services.ldap.LDAPUser;
67 public ServerGroupConfiguration getServerConfiguration(String groupName, LDAPUser.Type authType)
H A DSMSConfigurationFactory.java19 import com.iplanet.services.ldap.LDAPUser;
50 LDAPUser.Type type = LDAPUser.Type.AUTH_ADMIN;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerConfigurationFactory.java20 import com.iplanet.services.ldap.LDAPUser;
67 public ServerGroupConfiguration getServerConfiguration(String groupName, LDAPUser.Type authType)
H A DSMSConfigurationFactory.java19 import com.iplanet.services.ldap.LDAPUser;
50 LDAPUser.Type type = LDAPUser.Type.AUTH_ADMIN;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/internal/
H A DImportConfig.java34 import com.iplanet.services.ldap.LDAPUser;
54 .getServerInstance(LDAPUser.Type.AUTH_ADMIN);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObjectDB.java63 mgr.getServerInstance(LDAPUser.Type.AUTH_PROXY);
96 SMSEntry.SMS_SERVER_GROUP,LDAPUser.Type.AUTH_PROXY);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/internal/
H A DImportConfig.java34 import com.iplanet.services.ldap.LDAPUser;
54 .getServerInstance(LDAPUser.Type.AUTH_ADMIN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObjectDB.java63 mgr.getServerInstance(LDAPUser.Type.AUTH_PROXY);
96 SMSEntry.SMS_SERVER_GROUP,LDAPUser.Type.AUTH_PROXY);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMDataLayer.java36 import com.iplanet.services.ldap.LDAPUser;
147 LDAPUser.Type.AUTH_ADMIN);
148 svrCfg = sg.getServerInstance(LDAPUser.Type.AUTH_ADMIN);
151 svrCfg = dsCfg.getServerInstance(LDAPUser.Type.AUTH_ADMIN);
H A DLDAPEventManager.java34 import com.iplanet.services.ldap.LDAPUser;
186 "sms", LDAPUser.Type.AUTH_PROXY);
189 LDAPUser.Type.AUTH_PROXY);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMDataLayer.java36 import com.iplanet.services.ldap.LDAPUser;
147 LDAPUser.Type.AUTH_ADMIN);
148 svrCfg = sg.getServerInstance(LDAPUser.Type.AUTH_ADMIN);
151 svrCfg = dsCfg.getServerInstance(LDAPUser.Type.AUTH_ADMIN);
H A DLDAPEventManager.java34 import com.iplanet.services.ldap.LDAPUser;
186 "sms", LDAPUser.Type.AUTH_PROXY);
189 LDAPUser.Type.AUTH_PROXY);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAdminUtils.java36 import com.iplanet.services.ldap.LDAPUser;
69 .getServerInstance(LDAPUser.Type.AUTH_ADMIN);

Completed in 83 milliseconds

12