org.jboss.seam.security
Interface Authenticator


public interface Authenticator

Authenticator bean type

Author:
Shane Bryzak

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

Method Detail

authenticate

void authenticate()

postAuthenticate

void postAuthenticate()

getUser

org.picketlink.idm.api.User getUser()

getStatus

Authenticator.AuthenticationStatus getStatus()


Copyright © 2011 Seam Framework. All Rights Reserved.