edu.emory.mathcs.util.security.auth.server
Class AuthContextInfo

java.lang.Object
  extended byedu.emory.mathcs.util.security.auth.server.AuthContextInfo
All Implemented Interfaces:
java.io.Serializable

public class AuthContextInfo
extends java.lang.Object
implements java.io.Serializable

Title: Util

Description: Emory MathCS Utility Classes

Copyright: Copyright (c) 2002

Company: Emory University

Version:
1.0
Author:
Dawid Kurzyniec
See Also:
Serialized Form

Field Summary
 AuthContextSrv server
           
 java.lang.String[] supportedProtocols
           
 
Constructor Summary
AuthContextInfo()
           
AuthContextInfo(AuthContextSrv server, java.lang.String[] supportedProtocols)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

public AuthContextSrv server

supportedProtocols

public java.lang.String[] supportedProtocols
Constructor Detail

AuthContextInfo

public AuthContextInfo()

AuthContextInfo

public AuthContextInfo(AuthContextSrv server,
                       java.lang.String[] supportedProtocols)