org.jboss.seam.security.management
Class IdmAuthenticator

java.lang.Object
  extended by org.jboss.seam.security.BaseAuthenticator
      extended by org.jboss.seam.security.management.IdmAuthenticator
All Implemented Interfaces:
Authenticator

@Model
public class IdmAuthenticator
extends BaseAuthenticator
implements Authenticator

Authenticates using Identity Management

Author:
Shane Bryzak

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.seam.security.Authenticator
Authenticator.AuthenticationStatus
 
Constructor Summary
IdmAuthenticator()
           
 
Method Summary
 void authenticate()
           
 void postAuthenticate()
           
 
Methods inherited from class org.jboss.seam.security.BaseAuthenticator
getStatus, getUser, setStatus, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.seam.security.Authenticator
getStatus, getUser
 

Constructor Detail

IdmAuthenticator

public IdmAuthenticator()
Method Detail

authenticate

public void authenticate()
Specified by:
authenticate in interface Authenticator

postAuthenticate

public void postAuthenticate()
Specified by:
postAuthenticate in interface Authenticator


Copyright © 2011 Seam Framework. All Rights Reserved.