org.apache.jackrabbit.core.security
Class CredentialsCallbackHandler

java.lang.Object
  extended byorg.apache.jackrabbit.core.security.CredentialsCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class CredentialsCallbackHandler
extends Object
implements CallbackHandler

A CredentialsCallbackHandler ...


Field Summary
protected  Credentials credentials
           
 
Constructor Summary
CredentialsCallbackHandler(Credentials credentials)
          Constructor
 
Method Summary
 void handle(Callback[] callbacks)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

credentials

protected final Credentials credentials
Constructor Detail

CredentialsCallbackHandler

public CredentialsCallbackHandler(Credentials credentials)
Constructor

Parameters:
credentials -
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException

Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.