Uses of Interface
org.neo4j.connectors.authn.AuthenticationToken
-
Uses of AuthenticationToken in org.neo4j.connectors.authn
Subinterfaces of AuthenticationToken in org.neo4j.connectors.authnClasses in org.neo4j.connectors.authn that implement AuthenticationTokenModifier and TypeClassDescriptionclassclassenumclassclassMethods in org.neo4j.connectors.authn that return AuthenticationTokenModifier and TypeMethodDescriptionstatic AuthenticationTokenstatic AuthenticationTokenstatic AuthenticationTokenstatic AuthenticationTokenAuthenticationToken.custom(String principal, String credentials, String realm, String scheme, Map<String, Object> parameters) static AuthenticationTokenstatic AuthenticationTokenAuthenticationToken.none()static AuthenticationTokenAuthenticationToken.usernameAndPassword(String username, String password) static AuthenticationTokenAuthenticationToken.usernameAndPassword(String username, String password, String realm) Methods in org.neo4j.connectors.authn that return types with arguments of type AuthenticationToken