Package org.neo4j.gds.transaction
Class OpenGdsSecurityContextWrapper
- java.lang.Object
-
- org.neo4j.gds.transaction.OpenGdsSecurityContextWrapper
-
- All Implemented Interfaces:
SecurityContextWrapper
public class OpenGdsSecurityContextWrapper extends java.lang.Object implements SecurityContextWrapper
-
-
Field Summary
-
Fields inherited from interface org.neo4j.gds.transaction.SecurityContextWrapper
PREDEFINED_ADMIN_ROLE
-
-
Constructor Summary
Constructors Constructor Description OpenGdsSecurityContextWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.internal.kernel.api.security.SecurityContextwrap(org.neo4j.internal.kernel.api.security.SecurityContext securityContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.gds.transaction.SecurityContextWrapper
isAdmin
-
-
-
-
Method Detail
-
wrap
public org.neo4j.internal.kernel.api.security.SecurityContext wrap(org.neo4j.internal.kernel.api.security.SecurityContext securityContext)
- Specified by:
wrapin interfaceSecurityContextWrapper
-
-