org.apache.deltaspike.security.spi.authentication
Interface Authenticator

All Known Implementing Classes:
BaseAuthenticator

public interface Authenticator

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


Nested Class Summary
static class Authenticator.AuthenticationStatus
           
 
Method Summary
 void authenticate()
           
 Authenticator.AuthenticationStatus getStatus()
           
 User getUser()
           
 void postAuthenticate()
           
 

Method Detail

authenticate

void authenticate()

postAuthenticate

void postAuthenticate()

getStatus

Authenticator.AuthenticationStatus getStatus()

getUser

User getUser()


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.