Class InternalAuthToken
java.lang.Object
org.neo4j.driver.internal.security.InternalAuthToken
- All Implemented Interfaces:
AuthToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AuthToken
expiringAtModifier and TypeMethodDescriptiondefault AuthTokenAndExpirationexpiringAt(long utcExpirationTimestamp) Returns a new instance of a type holding both the token and its UTC expiration timestamp.
-
Field Details
-
SCHEME_KEY
- See Also:
-
PRINCIPAL_KEY
- See Also:
-
CREDENTIALS_KEY
- See Also:
-
REALM_KEY
- See Also:
-
PARAMETERS_KEY
- See Also:
-
-
Constructor Details
-
InternalAuthToken
-
-
Method Details
-
toMap
-
equals
-
hashCode
-