Searched defs:username (Results 101 - 125 of 176) sorted by relevance

12345678

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java110 * @param username User name.
112 public void invalidPasswd(String username) { argument
115 DEBUG.message("AMAccountLockout::invalidPasswd: " + username);
123 amIdentity = AuthD.getAuth().getIdentity(IdType.USER, username, loginState.getOrgDN());
126 userDN = normalizeDN(username);
131 warnUser = isAccountLockout.invalidPasswd(userDN, username, amIdentity, acInfo);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteHttpServletRequest.java427 public void login(String username, String password) throws ServletException { argument
429 this._getHttpServletRequest().login(username, password);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityRestUtils.java68 public static final String USERNAME = "username";
79 public static void changePassword(Context serverContext, String realm, String username, String oldPassword, argument
83 AMIdentity userIdentity = new AMIdentity(token, username, IdType.USER, realm, null);
87 + "the password for user: " + username, ssoe);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java362 String username,
372 ((NameCallback)callback).setName(username);
361 fillInCallbacks(Callback[] callbacks, String username, String password) argument
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpoint.java353 protected AMIdentity createIdentity(String username, String realm) { argument
354 return IdUtils.getIdentity(username, realm);
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyServiceImplDelegationTest.java326 private AMIdentity userIsLoggedIn(String username, String realm) { argument
327 loggedInUserId = username;
329 return setupIdentityForUser(username, loggedInRealm);
332 private AMIdentity setupIdentityForUser(String username, String realm) { argument
334 given(loggedInUser.getUniversalId()).willReturn("id=" + username + ",ou=" + realm + ",dc=forgerock,dc=org");
335 given(coreServicesWrapper.getIdentity(username, realm)).willReturn(loggedInUser);
339 private void accessingUriForUser(String username) { argument
340 userInUri = username;
369 private Subject createSubject(String username) { argument
370 setupIdentityForUser(username, loggedInReal
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java820 * @param username
827 String username,
837 username = "cn=Directory Manager";
838 try (Connection conn = getLDAPConnection(hostname, port, username, password)) {
860 * @param username The username of the directory admin
867 String username,
877 try (Connection conn = getLDAPConnection(hostname, port, username, password)) {
826 getReplicationPort( String username, String password, String hostname, String port ) argument
866 getAdminPort( String username, String password, String hostname, String port ) argument
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java101 * @param username The directory user's DN. May be null if this is an anonymous connection.
112 String username,
119 username, password, maxSize, heartBeatInterval, heartBeatTimeUnit, ldapOptions);
126 * @param username The directory user's DN. May be null if this is an anonymous connection.
135 String username,
144 newConnectionFactory(ldapurl, username, password, heartBeatInterval, heartBeatTimeUnit,
160 * @param username The directory user's DN. May be null if this is an anonymous connection.
171 String username,
177 username, password, heartBeatInterval, heartBeatTimeUnit, options);
184 * @param username Th
109 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
134 newFailoverConnectionPool(Set<LDAPURL> servers, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
168 newPrioritizedFailoverConnectionFactory(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options options) argument
192 newFailoverConnectionFactory(Set<LDAPURL> servers, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
217 newConnectionFactory(LDAPURL ldapurl, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
[all...]
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpointTest.java128 protected AMIdentity createIdentity(final String username, final String realm) { argument
130 if (!RESOURCE_OWNER_ID.equals(username)) {
133 given(identity.getUniversalId()).willReturn(realm + ":" + username);
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DIDMAuthModuleWrapper.java501 * Internal credential bean to hold username/password pair.
506 final String username; field in class:IDMAuthModuleWrapper.Credential
509 Credential(final String username, final String password) { argument
510 this.username = username;
515 return (!StringUtils.isEmpty(username) && !StringUtils.isEmpty(password));
530 /** Authentication username header. */
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java819 * @param username
826 String username,
836 username = "cn=Directory Manager";
837 try (Connection conn = getLDAPConnection(hostname, port, username, password)) {
859 * @param username The username of the directory admin
866 String username,
876 try (Connection conn = getLDAPConnection(hostname, port, username, password)) {
825 getReplicationPort( String username, String password, String hostname, String port ) argument
865 getAdminPort( String username, String password, String hostname, String port ) argument
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpointTest.java122 protected AMIdentity createIdentity(final String username, final String realm) { argument
124 if (!RESOURCE_OWNER_ID.equals(username)) {
127 given(identity.getUniversalId()).willReturn(realm + ":" + username);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java185 public void simpleBind(final ByteString username, argument
192 connection.simpleBind(username, password);
432 private final DN username; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
444 * @param username
445 * The username taken from the configuration.
450 final DN username, final String password)
453 this.username = username;
477 if (username != null && !username
449 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
547 simpleBind(ByteString username, ByteString password) argument
676 simpleBind(final ByteString username, final ByteString password) argument
1092 simpleBind(final ByteString username, final ByteString password) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java179 public void simpleBind(final ByteString username, argument
186 connection.simpleBind(username, password);
426 private final DN username; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
438 * @param username
439 * The username taken from the configuration.
444 final DN username, final String password)
447 this.username = username;
471 if (username != null && !username
443 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
541 simpleBind(ByteString username, ByteString password) argument
670 simpleBind(final ByteString username, final ByteString password) argument
1086 simpleBind(final ByteString username, final ByteString password) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java185 public void simpleBind(final ByteString username, argument
192 connection.simpleBind(username, password);
432 private final DN username; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
444 * @param username
445 * The username taken from the configuration.
450 final DN username, final String password)
453 this.username = username;
477 if (username != null && !username
449 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
547 simpleBind(ByteString username, ByteString password) argument
676 simpleBind(final ByteString username, final ByteString password) argument
1092 simpleBind(final ByteString username, final ByteString password) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java185 public void simpleBind(final ByteString username, argument
192 connection.simpleBind(username, password);
432 private final DN username; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
444 * @param username
445 * The username taken from the configuration.
450 final DN username, final String password)
453 this.username = username;
477 if (username != null && !username
449 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
547 simpleBind(ByteString username, ByteString password) argument
676 simpleBind(final ByteString username, final ByteString password) argument
1092 simpleBind(final ByteString username, final ByteString password) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java179 public void simpleBind(final ByteString username, argument
186 connection.simpleBind(username, password);
426 private final DN username; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
438 * @param username
439 * The username taken from the configuration.
444 final DN username, final String password)
447 this.username = username;
471 if (username != null && !username
443 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
541 simpleBind(ByteString username, ByteString password) argument
670 simpleBind(final ByteString username, final ByteString password) argument
1086 simpleBind(final ByteString username, final ByteString password) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2164 String username = null;
2168 username = ((NameCallback) credentials[i]).getName();
2170 debug.message("LDPv3Repo:authenticate username: "
2171 + username);
2182 if (username == null || (username.length() == 0) || password == null) {
2203 Object[] args = { CLASS_NAME, username };
2211 if (authenticateIt(ldapAuthUtil, IdType.USER, username, password)) {
2218 if (authenticateIt(ldapAuthUtil, IdType.AGENT, username, password)) {
2229 String username, Strin
2228 authenticateIt(LDAPAuthUtils ldapAuthUtil, IdType type, String username, String password) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java188 public void simpleBind(final ByteString username, argument
195 connection.simpleBind(username, password);
417 private final DN username; field in class:LDAPPassThroughAuthenticationPolicyFactory.AuthenticatedConnectionFactory
429 * @param username
430 * The username taken from the configuration.
435 final DN username, final String password)
438 this.username = username;
458 if (username != null && !username
434 AuthenticatedConnectionFactory(final ConnectionFactory factory, final DN username, final String password) argument
528 simpleBind(ByteString username, ByteString password) argument
651 simpleBind(final ByteString username, final ByteString password) argument
1023 simpleBind(final ByteString username, final ByteString password) argument
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java174 * settings, and the username from the previous authentication module in
188 //get username from previous authentication
738 private OathDeviceSettings getOathDeviceSettings(String username, String realm) argument
742 List<JsonValue> profiles = devicesDao.getDeviceProfiles(username, realm);
762 * Gets the AMIdentity of a user with username equal to userName.
764 * @return The AMIdentity of user with username equal to userName.
789 debug.error("OATH.getIdentity : Error searching Identities with username : " + userName, e);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java151 final static String USERNAME = "username";
546 String username;
547 //email or username value used to create confirmationId
556 username = jVal.get(USERNAME).asString();
565 if (StringUtils.isBlank(email) && !StringUtils.isBlank(username)) {
566 hashComponent = username;
569 if (!StringUtils.isBlank(email) && StringUtils.isBlank(username)) {
746 String username = searchResults.get(0);
748 IdentityDetails identityDetails = identityServices.read(username,
792 org.forgerock.openam.cts.api.tokens.Token ctsToken = generateToken(email, username,
1269 checkValidPassword(String username, char[] password, String realm) argument
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyServiceImpl.java163 String username = new AMIdentity(null, permission.get("subject").asString()).getName();
164 permission.put("subject", username);
197 private boolean canUserShareResourceSet(String resourceOwnerId, String username, String clientId, String realm, argument
200 Subject user = UmaUtils.createSubject(coreServicesWrapper.getIdentity(username, realm));
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DActivitiServiceImpl.java111 public static final String CONFIG_ENGINE_USERNAME = "engine/username";
116 public static final String CONFIG_MAIL_USERNAME = "username";
197 private String username; field in class:ActivitiServiceImpl
358 // activitiResource = new HttpRemoteJsonResource(url, username, password);
435 username = config.get(new JsonPointer(CONFIG_ENGINE_USERNAME)).asString();
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java189 * settings, and the username from the previous authentication module in
213 //get username from previous authentication
766 private OathDeviceSettings getOathDeviceSettings(String username, String realm) argument
768 List<OathDeviceSettings> allSettings = oathDevices.getDeviceProfiles(username, realm);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2164 String username = null;
2168 username = ((NameCallback) credentials[i]).getName();
2170 debug.message("LDPv3Repo:authenticate username: "
2171 + username);
2182 if (username == null || (username.length() == 0) || password == null) {
2203 Object[] args = { CLASS_NAME, username };
2211 if (authenticateIt(ldapAuthUtil, IdType.USER, username, password)) {
2218 if (authenticateIt(ldapAuthUtil, IdType.AGENT, username, password)) {
2229 String username, Strin
2228 authenticateIt(LDAPAuthUtils ldapAuthUtil, IdType type, String username, String password) argument
[all...]

Completed in 133 milliseconds

12345678