Searched defs:authenticate (Results 76 - 100 of 126) sorted by relevance

123456

/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java64 * authenticate these credentials natively. If the authentication fails the
77 * @param objectClass The object class to use for authenticate.
85 * @return Uid The uid of the account that was used to authenticate
90 public Uid authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) { method in class:TestConnector
199 * does not try to authenticate the credentials; instead, it
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/client/
H A DRadiusConn.java200 public void authenticate(String name, String password) method in class:RadiusConn
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java588 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:AMIdentityRepository
591 return (idServices.authenticate(organizationDN, credentials));
604 * The type of identity to authenticate as, or null for any.
609 public boolean authenticate(IdType idType, Callback[] credentials) throws IdRepoException, method in class:AMIdentityRepository
612 return idServices.authenticate(organizationDN, credentials, idType);
H A DIdServices.java59 public boolean authenticate(String orgName, Callback[] credentials) method in interface:IdServices
79 boolean authenticate(String orgName, Callback[] credentials, IdType idType) method in interface:IdServices
H A DIdRepo.java630 * identities. Used by IdRepo framework to authenticate identities.
652 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:IdRepo
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteHttpServletRequest.java422 public boolean authenticate(HttpServletResponse response) throws IOException, ServletException { method in class:RemoteHttpServletRequest
423 return this._getHttpServletRequest() != null && this._getHttpServletRequest().authenticate(response);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1.java99 * authentication can proceed or an exception if any problems occurred whilst trying to authenticate.
104 * authenticate.
114 public Response authenticate(@Contextual Context context, @Contextual Request httpRequest) { method in class:AuthenticationServiceV1
139 DEBUG.message("AuthenticationService.authenticate() :: JSON parsing error", e);
160 DEBUG.message("AuthenticationService.authenticate() :: Exception from CallbackHandler", e);
163 DEBUG.message("AuthenticationService.authenticate() :: Rest Authentication Exception", e);
168 DEBUG.error("AuthenticationService.authenticate() :: Internal Error", e);
171 DEBUG.error("AuthenticationService.authenticate() :: RealmLookupException", e);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DCramMD5MechanismHandler.java211 saslResp = authenticate(dataStr, message);
221 private SASLResponse authenticate(String data, Message message) { method in class:CramMD5MechanismHandler
236 "CramMD5MechanismHandler.authenticate: can't get password");
247 "CramMD5MechanismHandler.authenticate: no refToMessageID");
254 debug.message("CramMD5MechanismHandler.authenticate:" +
263 "CramMD5MechanismHandler.authenticate: no challenge found");
272 debug.error("CramMD5MechanismHandler.authenticate:", ueex);
280 debug.error("CramMD5MechanismHandler.authenticate:", nsaex);
287 "CramMD5MechanismHandler.authenticate: digests not equal");
294 "CramMD5MechanismHandler.authenticate
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java630 * identities. Used by IdRepo framework to authenticate identities.
652 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:IdRepo
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java182 public boolean authenticate(String orgName, Callback[] credentials) { method in class:IdRemoteServicesImpl
184 DEBUG.message("IdRemoteServicesImpl.authenticate(): "
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealm.java118 public AmRealmAuthenticationResult authenticate( method in class:AmRealm
129 "AmRealm.authenticate(SSOValidationResult):"
138 public AmRealmAuthenticationResult authenticate( method in class:AmRealm
149 logError("AmRealm.authenticate: Username mismatch: given: "
158 logMessage("AmRealm.authenticate: Bypassed authentication"
164 logError("AmRealm.authenticate: failed to authenticate user: "
170 logMessage("AmRealm.authenticate: user: " + userName
278 logError("AmRealm.authenticateInternal: failed to authenticate"
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java183 public boolean authenticate(String orgName, Callback[] credentials) { method in class:IdRemoteServicesImpl
184 return authenticate(orgName, credentials, null);
188 public boolean authenticate(String orgName, Callback[] credentials, IdType idType) { method in class:IdRemoteServicesImpl
189 DEBUG.message("IdRemoteServicesImpl.authenticate(): Not supported for remote clients");
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java65 public boolean authenticate(String orgName, Callback[] credentials) throws IdRepoException, AuthLoginException { method in class:IdServicesDecorator
66 return delegate.authenticate(orgName, credentials);
70 public boolean authenticate(String orgName, Callback[] credentials, IdType idType) throws IdRepoException, AuthLoginException { method in class:IdServicesDecorator
71 return delegate.authenticate(orgName, credentials, idType);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2146 * identities. Used by IdRepo framework to authenticate identities.
2159 public boolean authenticate(Callback[] credentials) throws method in class:AMSDKRepo
2161 debug.message("AMSDKRepo: authenticate. ");
2163 // Obtain user name and password from credentials and authenticate
2170 debug.message("LDPv3Repo:authenticate username: "
2178 debug.message("AMSDKRepo: authenticate passwd XXX.");
2200 debug.message("AMSDKRepo: authenticate"
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java189 // Password attribute used in authenticate method
1722 * identities. Used by IdRepo framework to authenticate identities.
1739 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:DatabaseRepo
1742 debug.error("DatabaseRepo.authenticate: throwing"
1747 debug.message("DatabaseRepo.authenticate method called with " +
1751 //Obtain user name and password from credentials and authenticate
1758 debug.message("DatabaseRepo.authenticate: username: " +
1765 debug.message("DatabaseRepo.authenticate:authN passwd present");
1778 debug.message("DatabaseRepo.authenticate: did not found user.");
1785 debug.message("DatabaseRepo.authenticate
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java1094 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:SpecialRepo
1096 debug.message("SpecialRepo:authenticate called");
1098 // Obtain user name and password from credentials and authenticate
1105 debug.message("SpecialRepo:authenticate username: " + username);
1121 debug.message("SpecialRepo:authenticate inst. SMSAuthModule");
1124 debug.message("SpecialRepo:authenticate SMSAuthModule:init");
1131 debug.message("SpecialRepo:authenticate login: " + answer);
H A DAgentsRepo.java1290 public boolean authenticate(Callback[] credentials) method in class:AgentsRepo
1294 debug.message("AgentsRepo.authenticate() called");
1305 debug.message("AgentsRepo.authenticate() username: "
1315 debug.message("AgentsRepo.authenticate() passwd "
1355 debug.message("AgentsRepo.authenticate() result: " + answer);
1359 debug.warning("AgentsRepo.authenticate(): "
1360 + "Unable to authenticate SSOException: " +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java235 public boolean authenticate(String orgName, Callback[] credentials) method in class:IdServicesImpl
239 "IdServicesImpl.authenticate: called for org: " + orgName);
253 "IdServicesImpl.authenticate: " + "Error obtaining " +
261 "IdServicesImpl.authenticate: " + "Error obtaining " +
288 if (idRepo.authenticate(credentials)) {
290 DEBUG.message("IdServicesImpl.authenticate: " +
298 DEBUG.error("IdServicesImpl.authenticate: " +
310 DEBUG.error("IdServicesImpl.authenticate: AuthN failed " +
320 "IdServicesImpl.authenticate: " + "AuthN to " +
324 if (idRepo.authenticate(credential
[all...]
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr115/
H A DOpenSSOJACCPolicyConfiguration.java609 // authenticate and get single sign-on token from idenity server
751 // authenticate and get single sign-on token from idenity server
1015 authenticate();
1037 private static void authenticate() { method in class:OpenSSOJACCPolicyConfiguration
1065 _debug.error("JACCPC: authenticate():: Authentication failed");
1069 _debug.error("JACCPC: authenticate():: Unknown status");
1074 _debug.message("JACCPC: authenticate():: more Callback requirements");
1287 // authenticate and get single sign-on token from idenity server
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java2146 * identities. Used by IdRepo framework to authenticate identities.
2159 public boolean authenticate(Callback[] credentials) throws method in class:AMSDKRepo
2161 debug.message("AMSDKRepo: authenticate. ");
2163 // Obtain user name and password from credentials and authenticate
2170 debug.message("LDPv3Repo:authenticate username: "
2178 debug.message("AMSDKRepo: authenticate passwd XXX.");
2200 debug.message("AMSDKRepo: authenticate"
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java190 // Password attribute used in authenticate method
1723 * identities. Used by IdRepo framework to authenticate identities.
1744 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:DatabaseRepo
1747 debug.error("DatabaseRepo.authenticate: throwing"
1752 debug.message("DatabaseRepo.authenticate method called with " +
1756 //Obtain user name and password from credentials and authenticate
1763 debug.message("DatabaseRepo.authenticate: username: " +
1770 debug.message("DatabaseRepo.authenticate:authN passwd present");
1783 debug.message("DatabaseRepo.authenticate: did not found user.");
1790 debug.message("DatabaseRepo.authenticate
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java1095 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:SpecialRepo
1097 debug.message("SpecialRepo:authenticate called");
1099 // Obtain user name and password from credentials and authenticate
1106 debug.message("SpecialRepo:authenticate username: " + username);
1122 debug.message("SpecialRepo:authenticate inst. SMSAuthModule");
1125 debug.message("SpecialRepo:authenticate SMSAuthModule:init");
1132 debug.message("SpecialRepo:authenticate login: " + answer);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java221 public boolean authenticate(String orgName, Callback[] credentials) method in class:IdServicesImpl
223 return authenticate(orgName, credentials, null);
227 public boolean authenticate(String orgName, Callback[] credentials, IdType idType) method in class:IdServicesImpl
231 "IdServicesImpl.authenticate: called for org: " + orgName);
247 DEBUG.message("IdServicesImpl.authenticate: Error obtaining IdRepo plugins for the org: {}", orgName);
268 if (idRepo.authenticate(credentials)) {
271 "IdServicesImpl.authenticate: AuthN success using special repo {} user: {}",
277 DEBUG.error("IdServicesImpl.authenticate: AuthN failed using special repo {}, user: {}",
287 DEBUG.error("IdServicesImpl.authenticate: AuthN failed checking for special users", ssoe);
295 DEBUG.message("IdServicesImpl.authenticate
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1380 public boolean authenticate(Callback[] credentials) throws IdRepoException, method in class:FilesRepo
1382 debug.message("FilesRepo:authenticate called");
1388 // Obtain user name and password from credentials and authenticate
1395 debug.message("FilesRepo:authenticate username: " +
1422 debug.message("FilesRepo:authenticate did not found user/agent");
1428 debug.message("FilesRepo:authenticate no stored password");
1437 debug.message("FilesRepo:authenticate AuthN of " + username + "=" +
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java403 authenticate();
438 * Returns connection from pool. Re-authenticate if necessary
451 * Get connection from pool. Re-authenticate if necessary
799 debug.warning("Cannot authenticate ");
829 * constructor and/or by setting properties attempt to authenticate.
832 private void authenticate() method in class:LDAPAuthUtils
962 debug.message("Cannot authenticate to " + servers, ere);
1357 * Sets the DN to authenticate as; null or empty for anonymous.
1359 * @param authdn the DN to authenticate as
1366 * Sets the password for the DN to authenticate a
[all...]

Completed in 116 milliseconds

123456