PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.interfaces
Interface ILoginHandler

All Known Implementing Classes:
DefaultLoginHandler

public interface ILoginHandler

Handle authentication

Since:
Aug 18, 2009
Author:
Anil.Saldhana@redhat.com

Method Summary
 boolean authenticate(String username, Object credential)
          Authenticate the user
 

Method Detail

authenticate

boolean authenticate(String username,
                     Object credential)
                     throws LoginException
Authenticate the user

Parameters:
username - username
credential - credential
Returns:
true - authenticated
Throws:
LoginException

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.