[−][src]Trait actix_web::middleware::identity::IdentityPolicy
Identity policy definition.
Associated Types
type Identity: Identity
The associated identity
type Future: Future<Item = Self::Identity, Error = Error>
The return type of the middleware
Required methods
fn from_request(&self, request: &HttpRequest<S>) -> Self::Future
Parse the session from request and load data from a service identity.