org.apache.geronimo.security.credentialstore
Interface SingleCallbackHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
NameCallbackHandler, PasswordCallbackHandler

public interface SingleCallbackHandler
extends Serializable


Method Summary
 String getCallbackType()
           
 void handle(Callback callback)
           
 

Method Detail

handle

void handle(Callback callback)

getCallbackType

String getCallbackType()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.