org.jasig.cas.client.validation
Class ProxyList

java.lang.Object
  extended by org.jasig.cas.client.validation.ProxyList

public final class ProxyList
extends Object

Holding class for the proxy list to make Spring configuration easier.

Since:
3.1.3
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
ProxyList()
           
ProxyList(List<String[]> proxyChains)
           
 
Method Summary
 boolean contains(String[] proxiedList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyList

public ProxyList(List<String[]> proxyChains)

ProxyList

public ProxyList()
Method Detail

contains

public boolean contains(String[] proxiedList)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2011 Jasig. All Rights Reserved.