com.sas.services.security
Interface RemoteCallbackHandler

All Superinterfaces:
javax.security.auth.callback.CallbackHandler, java.rmi.Remote
All Known Implementing Classes:
Challenger

public interface RemoteCallbackHandler
extends javax.security.auth.callback.CallbackHandler, java.rmi.Remote

This interface makes a remote callback handler by extending the CallbackHandler and Remote interfaces. This is required to provide callback handling in the platform services environment.

Since:
1.0

Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
           
 

Method Detail

handle

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



Copyright © 2009 SAS Institute Inc. All Rights Reserved.