summaryrefslogtreecommitdiffstats
path: root/Core/SecurityContextInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r--Core/SecurityContextInterface.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php
index 2fc27b0..960a4cd 100644
--- a/Core/SecurityContextInterface.php
+++ b/Core/SecurityContextInterface.php
@@ -39,15 +39,6 @@ interface SecurityContextInterface
function setToken(TokenInterface $token = null);
/**
- * Returns the current user, if one exists.
- *
- * @return mixed Returns either an object which implements __toString(),
- * or a primitive string if there is a token, otherwise
- * returns null.
- */
- function getUser();
-
- /**
* Checks if the attributes are granted against the current authentication token and optionally supplied object.
*
* @param array $attributes