org.ogf.graap.wsag.api.security
Class KeystoreCallbackHandler

java.lang.Object
  extended by org.ogf.graap.wsag.api.security.KeystoreCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class KeystoreCallbackHandler
extends Object
implements CallbackHandler

KeystoreCallbackHandler

Author:
Oliver Waeldrich

Constructor Summary
KeystoreCallbackHandler(KeystoreProperties properties)
          The callback handler uses the specified keystore properties to handle JAAS callbacks on the specified keystore.
 
Method Summary
 void handle(Callback[] callbacks)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreCallbackHandler

public KeystoreCallbackHandler(KeystoreProperties properties)
The callback handler uses the specified keystore properties to handle JAAS callbacks on the specified keystore.

Parameters:
properties - the keystore properties to use
Method Detail

handle

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

Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2008-2012. All Rights Reserved.