Project: stp

com.ibm.rational.wvcm.stp.cmi
Interface CmiCallback

All Superinterfaces:
ProviderFactory.Callback, StpProvider.StpCallback

public interface CmiCallback
extends StpProvider.StpCallback

An interface for allowing CMI callers to perform authentication actions when they don't have a provider.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.wvcm.ProviderFactory.Callback
ProviderFactory.Callback.Authentication
 
Method Summary
 void clearAuthentication(String realm, String serverUrl)
           
 ProviderFactory.Callback.Authentication getAuthenticationEx(StpProvider.Domain domain, String realm, int retryCount, String serverUrl, WvcmException failure)
           
 
Methods inherited from interface com.ibm.rational.wvcm.stp.StpProvider.StpCallback
getAuthenticationEx
 
Methods inherited from interface javax.wvcm.ProviderFactory.Callback
getAuthentication
 

Method Detail

clearAuthentication

void clearAuthentication(String realm,
                         String serverUrl)

getAuthenticationEx

ProviderFactory.Callback.Authentication getAuthenticationEx(StpProvider.Domain domain,
                                                            String realm,
                                                            int retryCount,
                                                            String serverUrl,
                                                            WvcmException failure)
                                                            throws WvcmException
Throws:
WvcmException

Generated Thu 14-Apr-2016 01:16 AM

Copyright © IBM 2016. All rights reserved.