SimpleAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

SimpleAuthenticationProvider

class SimpleAuthenticationProvider implements AuthenticationProviderInterface Methods __construct(SimpleAuthenticatorInterface $simpleAuthenticator, UserProviderInterface $userProvider, $providerKey) TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. bool supports(TokenInterface $token) Checks whether this provider supports the given token. Details __construct(SimpleAuthenticatorInterface $simpleA

SimpleAuthenticationHandler::onAuthenticationSuccess()

Response onAuthenticationSuccess(Request $request, TokenInterface $token) This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener. Parameters Request $request TokenInterface $token Return Value Response never null

SimpleAuthenticationHandler::onAuthenticationFailure()

Response onAuthenticationFailure(Request $request, AuthenticationException $exception) This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener. Parameters Request $request AuthenticationException $exception Return Value Response The response to return, never null

SidNotLoadedException

class SidNotLoadedException extends Exception This exception is thrown when ACEs for an SID are requested which has not been loaded from the database.

SimpleAuthenticationHandler

class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterface, AuthenticationSuccessHandlerInterface Class to proxy authentication success/failure handlers. Events are sent to the SimpleAuthenticatorInterface if it implements the right interface, otherwise (or if it fails to return a Response) the default handlers are triggered. Methods __construct(SimpleAuthenticatorInterface $authenticator, AuthenticationSuccessHandlerInterface $successHandler, AuthenticationFailur

Shell deprecated::testCommand()

bool testCommand(string $command) Tests if a command is available. Parameters string $command Return Value bool

ShellCommandFailureException deprecated

class ShellCommandFailureException extends AdapterFailureException deprecated since 2.8, to be removed in 3.0. Methods __construct(AdapterInterface $adapter, Command $command, Exception $previous = null) AdapterInterface getAdapter() from AdapterFailureException Command getCommand() Details __construct(AdapterInterface $adapter, Command $command, Exception $previous = null) Parameters AdapterInterface $adapter Command $command

Shell deprecated

class Shell deprecated since version 2.8, to be removed in 3.0. A Shell wraps an Application to add shell capabilities to it. Support for history and completion only works with a PHP compiled with readline support (either --with-readline or --with-libedit) Methods __construct(Application $application) Constructor. run() Runs the shell. getProcessIsolation() setProcessIsolation($processIsolation) Details __construct(Application $applic

Shell deprecated::getProcessIsolation()

getProcessIsolation()