org.jasig.cas.adaptors.ldap.remote
Class RemoteAddressAuthenticationHandler

java.lang.Object
  extended by org.jasig.cas.adaptors.ldap.remote.RemoteAddressAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler

public final class RemoteAddressAuthenticationHandler
extends java.lang.Object
implements AuthenticationHandler

Checks if the remote address is in the range of allowed addresses.

Since:
3.2.1
Version:
$Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
Author:
David Harrison, Scott Battaglia

Constructor Summary
RemoteAddressAuthenticationHandler()
           
 
Method Summary
 boolean authenticate(Credentials credentials)
           
 void setIpNetworkRange(java.lang.String ipAddressRange)
           
 boolean supports(Credentials credentials)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAddressAuthenticationHandler

public RemoteAddressAuthenticationHandler()
Method Detail

authenticate

public boolean authenticate(Credentials credentials)
                     throws AuthenticationException
Specified by:
authenticate in interface AuthenticationHandler
Throws:
AuthenticationException

supports

public boolean supports(Credentials credentials)
Specified by:
supports in interface AuthenticationHandler

setIpNetworkRange

public void setIpNetworkRange(java.lang.String ipAddressRange)
Parameters:
ipAddressRange - the IP address range that should be allowed trusted logins *


Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.