org.jboss.security.auth.callback
Class MapCallback

java.lang.Object
  extended by org.jboss.security.auth.callback.MapCallback
All Implemented Interfaces:
Callback

public class MapCallback
extends Object
implements Callback

An implementation of Callback that simply allows for a map of information to be exchanged.

Version:
$Revision: 1.1.2.1 $
Author:
Scott.Stark@jboss.org

Constructor Summary
MapCallback()
           
 
Method Summary
 Object getInfo(String key)
           
 void setInfo(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCallback

public MapCallback()
Method Detail

getInfo

public Object getInfo(String key)

setInfo

public void setInfo(String key,
                    Object value)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.