AppserverIo\Appserver\ServletEngine\Security\StandardAuthenticationManager::getAttribute PHP Метод

getAttribute() публичный Метод

Returns the value with the passed name from the context.
public getAttribute ( string $key ) : mixed
$key string The key of the value to return from the context.
Результат mixed The requested attribute
    public function getAttribute($key)
    {
        throw new \Exception(sprintf('%s is not implemented yet', __METHOD__));
    }