public class AuthorizationExpiredException extends RuntimeException
This is typically used from the
AuthorizationPlugin.authorize(java.util.Collection<org.neo4j.server.security.enterprise.auth.plugin.spi.AuthorizationPlugin.PrincipalAndProvider>)
method of a combined authentication and authorization plugin (that implements
the two separate interfaces AuthenticationPlugin and AuthorizationPlugin),
that manages its own caching of auth info.
AuthorizationPlugin,
Serialized Form| Constructor and Description |
|---|
AuthorizationExpiredException(String message) |
AuthorizationExpiredException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.