org.jboss.picketlink.cdi.authentication
Interface Authenticator

All Known Implementing Classes:
BaseAuthenticator

public interface Authenticator

An Authenticator implementation is responsible for managing the user authentication process.

Author:
Shane Bryzak

Nested Class Summary
static class Authenticator.AuthenticationStatus
           
 
Method Summary
 void authenticate()
           
 Authenticator.AuthenticationStatus getStatus()
           
 org.jboss.picketlink.idm.model.User getUser()
           
 void postAuthenticate()
           
 

Method Detail

authenticate

void authenticate()

postAuthenticate

void postAuthenticate()

getStatus

Authenticator.AuthenticationStatus getStatus()

getUser

org.jboss.picketlink.idm.model.User getUser()


Copyright © 2012. All Rights Reserved.