edu.internet2.middleware.grouper.ws.security
Class RampartHandlerServer

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.security.RampartHandlerServer
All Implemented Interfaces:
CallbackHandler

public class RampartHandlerServer
extends java.lang.Object
implements CallbackHandler

Grouper rampart handler


Constructor Summary
RampartHandlerServer()
           
 
Method Summary
 void handle(Callback[] callbacks)
           
static java.lang.Class<? extends GrouperWssecAuthentication> retrieveRampartCallbackClass()
          retrieve the class for rampart customizer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RampartHandlerServer

public RampartHandlerServer()
Method Detail

retrieveRampartCallbackClass

public static java.lang.Class<? extends GrouperWssecAuthentication> retrieveRampartCallbackClass()
retrieve the class for rampart customizer

Returns:
the class or null if not configured

handle

public void handle(Callback[] callbacks)
            throws java.io.IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
java.io.IOException
UnsupportedCallbackException
See Also:
CallbackHandler.handle(javax.security.auth.callback.Callback[])