Search for authenticate
- Search 7.x for authenticate
- Search 9.5.x for authenticate
- Search 10.3.x for authenticate
- Search 11.x for authenticate
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccountInterface::AUTHENTICATED_ROLE | constant | core/ |
Role ID for authenticated users. |
AccountInterface::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
AccountProxy::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
Auth::authenticate | function | core/ |
Authenticates the user. |
AuthenticationManager::authenticate | function | core/ |
Authenticates the user. |
AuthenticationProviderInterface::authenticate | function | core/ |
Authenticates the user. |
AuthenticationSubscriber::onKernelRequestAuthenticate | function | core/ |
Authenticates user on request. |
BasicAuth::authenticate | function | core/ |
Authenticates the user. |
CommentManager::$authenticatedCanPostComments | property | core/ |
Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments. |
ConditionTestDualUserTest::$authenticated | property | core/ |
An authenticated user for testing purposes. |
ContextualDynamicContextTest::$authenticatedUser | property | core/ |
An authenticated user with permission to access contextual links. |
Cookie::authenticate | function | core/ |
Authenticates the user. |
DRUPAL_AUTHENTICATED_RID | constant | core/ |
Role ID for authenticated users; should match what's in the "role" table. |
FileFieldAnonymousSubmissionTest::testAuthenticatedNodeWithFileWithoutTitle | function | core/ |
Tests file submission for an authenticated user with a missing node title. |
LanguageSwitchingTest::doTestLanguageBlockAuthenticated | function | core/ |
For authenticated users, the "active" class is set by JavaScript. |
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated | function | core/ |
For authenticated users, the "active" class is set by JavaScript. |
MailHandlerTest::getAuthenticatedMockMessage | function | core/ |
Builds a mock message from authenticated user. |
MenuUiTest::$authenticatedUser | property | core/ |
An authenticated user. |
ResourceTestBase::grantPermissionsToAuthenticatedRole | function | core/ |
Grants permissions to the authenticated role. |
RoleInterface::AUTHENTICATED_ID | constant | core/ |
Role ID for authenticated users; should match the 'role' entity ID. |
TestAuth::authenticate | function | core/ |
Authenticates the user. |
TestAuthenticationProvider::authenticate | function | core/ |
Authenticates the user. |
TestAuthGlobal::authenticate | function | core/ |
Authenticates the user. |
user.role.authenticated.yml | file | core/ |
core/profiles/testing_config_overrides/config/install/user.role.authenticated.yml |
user.role.authenticated.yml | file | core/ |
core/modules/user/config/install/user.role.authenticated.yml |
user.role.authenticated.yml | file | core/ |
core/profiles/demo_umami/config/install/user.role.authenticated.yml |
user.role.authenticated.yml | file | core/ |
core/profiles/standard/config/install/user.role.authenticated.yml |
User::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
UserAuth::authenticate | function | core/ |
Validates user authentication credentials. |
UserAuthInterface::authenticate | function | core/ |
Validates user authentication credentials. |
UserAuthTest::providerTestAuthenticateWithMissingCredentials | function | core/ |
Data provider for testAuthenticateWithMissingCredentials(). |
UserAuthTest::testAuthenticateWithCorrectPassword | function | core/ |
Tests the authenticate method with a correct password. |
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password and new password hash. |
UserAuthTest::testAuthenticateWithIncorrectPassword | function | core/ |
Tests the authenticate method with an incorrect password. |
UserAuthTest::testAuthenticateWithMissingCredentials | function | core/ |
Tests failing authentication with missing credential parameters. |
UserAuthTest::testAuthenticateWithNoAccountReturned | function | core/ |
Tests the authenticate method with no account returned. |
UserAuthTest::testAuthenticateWithZeroPassword | function | core/ |
Tests the authenticate method with a correct password. |
UserRoleConditionTest::$authenticated | property | core/ |
An authenticated user for testing purposes. |
UserSession::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.