- Adapter() - Constructor for class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthenticationPlugin.Adapter
-
- Adapter() - Constructor for class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthorizationPlugin.Adapter
-
- Adapter() - Constructor for class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthPlugin.Adapter
-
- Adapter() - Constructor for class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthProviderLifecycle.Adapter
-
- ADMIN - Static variable in class org.neo4j.server.security.enterprise.auth.plugin.api.PredefinedRoles
-
- ARCHITECT - Static variable in class org.neo4j.server.security.enterprise.auth.plugin.api.PredefinedRoles
-
- authenticate(AuthToken) - Method in interface org.neo4j.server.security.enterprise.auth.plugin.spi.AuthenticationPlugin
-
Should perform authentication of the identity in the given auth token and return an
AuthenticationInfo result if successful.
- authenticateAndAuthorize(AuthToken) - Method in interface org.neo4j.server.security.enterprise.auth.plugin.spi.AuthPlugin
-
Should perform both authentication and authorization of the identity in the given auth token and return an
AuthInfo result if successful.
- AuthenticationException - Exception in org.neo4j.server.security.enterprise.auth.plugin.api
-
An exception that can be thrown on authentication.
- AuthenticationException(String) - Constructor for exception org.neo4j.server.security.enterprise.auth.plugin.api.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception org.neo4j.server.security.enterprise.auth.plugin.api.AuthenticationException
-
- AuthenticationInfo - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
An object that can be returned as the result of successful authentication by an AuthenticationPlugin.
- AuthenticationPlugin - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
An authentication provider plugin for the Neo4j enterprise security module.
- AuthenticationPlugin.Adapter - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthenticationPlugin.CachingEnabledAdapter - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthInfo - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
An object that can be returned as the result of successful authentication by an AuthPlugin.
- AuthorizationExpiredException - Exception in org.neo4j.server.security.enterprise.auth.plugin.api
-
An exception that can be thrown if authorization has expired and the user needs to re-authenticate
in order to renew authorization.
- AuthorizationExpiredException(String) - Constructor for exception org.neo4j.server.security.enterprise.auth.plugin.api.AuthorizationExpiredException
-
- AuthorizationExpiredException(String, Throwable) - Constructor for exception org.neo4j.server.security.enterprise.auth.plugin.api.AuthorizationExpiredException
-
- AuthorizationInfo - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
An object that can be returned as the result of authorization by an AuthorizationPlugin.
- AuthorizationPlugin - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
An authorization provider plugin for the Neo4j enterprise security module.
- AuthorizationPlugin.Adapter - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthorizationPlugin.PrincipalAndProvider - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
An object containing a principal and its corresponding authentication provider.
- authorize(Collection<AuthorizationPlugin.PrincipalAndProvider>) - Method in class org.neo4j.server.security.enterprise.auth.plugin.spi.AuthorizationPlugin.Adapter
-
- authorize(Collection<AuthorizationPlugin.PrincipalAndProvider>) - Method in interface org.neo4j.server.security.enterprise.auth.plugin.spi.AuthorizationPlugin
-
Should perform authorization of the given collection of principals and their corresponding authentication
providers, and return an AuthorizationInfo result that contains a collection of roles
that are assigned to the given principals.
- AuthPlugin - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
A simplified combined authentication and authorization provider plugin for the Neo4j enterprise security module.
- AuthPlugin.Adapter - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthPlugin.CachingEnabledAdapter - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthProviderLifecycle - Interface in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthProviderLifecycle.Adapter - Class in org.neo4j.server.security.enterprise.auth.plugin.spi
-
- AuthProviderOperations - Interface in org.neo4j.server.security.enterprise.auth.plugin.api
-
These are the methods that the plugin can perform on Neo4j.
- AuthProviderOperations.Log - Interface in org.neo4j.server.security.enterprise.auth.plugin.api
-
An interface to the security log that is used by the Neo4j security module.
- AuthToken - Interface in org.neo4j.server.security.enterprise.auth.plugin.api
-
The authentication token provided by the client, which is used to authenticate the subject's identity.