org.n52.security.authentication.callbacks
Class NoCredentialsCallbackHandler

java.lang.Object
  extended by org.n52.security.authentication.callbacks.NoCredentialsCallbackHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

public class NoCredentialsCallbackHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler

Class NoCredentialsCallbackHandler is an callback handler which simple does nothing.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 18.07.2008

Constructor Summary
NoCredentialsCallbackHandler()
           
 
Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
          does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCredentialsCallbackHandler

public NoCredentialsCallbackHandler()
Method Detail

handle

public void handle(javax.security.auth.callback.Callback[] callbacks)
            throws java.io.IOException,
                   javax.security.auth.callback.UnsupportedCallbackException
does nothing.

Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Throws:
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException


Copyright © 2004-2009 52north.org. All Rights Reserved.