org.jasig.cas.authentication
Class AbstractAuthenticationManager.Pair<A,B>

java.lang.Object
  extended by org.jasig.cas.authentication.AbstractAuthenticationManager.Pair<A,B>
Enclosing class:
AbstractAuthenticationManager

protected class AbstractAuthenticationManager.Pair<A,B>
extends java.lang.Object


Constructor Summary
AbstractAuthenticationManager.Pair(A first, B second)
           
 
Method Summary
 A getFirst()
           
 B getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAuthenticationManager.Pair

public AbstractAuthenticationManager.Pair(A first,
                                          B second)
Method Detail

getFirst

public A getFirst()

getSecond

public B getSecond()


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