UserProvider<T>

Retrieves the currently authenticated User.

interface UserProvider<T>
Copyright
2015-2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
User<T>

Gets the current authenticated User, loaded from the Principal

Method Details

getUser

abstract public function getUser()

Gets the current authenticated User, loaded from the Principal

Returns
TypeDescription
User<T>

The current authenticated user

Throws
TypeConditions
UnexpectedValueException

if the current principal is anonymous

Exception

If a database problem occurs