Uses of Interface
com.sas.services.security.RemoteCallbackHandler

Packages that use RemoteCallbackHandler
com.sas.services.user Maintain user identities and profiles. 
 

Uses of RemoteCallbackHandler in com.sas.services.user
 

Methods in com.sas.services.user that return RemoteCallbackHandler
abstract  RemoteCallbackHandler UserServiceInterface.getChallengeCallbackHandler()
          Get the object that will handle credential challenge callbacks.
 RemoteCallbackHandler UserService.getChallengeCallbackHandler()
          Get the object that will handle credential challenge callbacks.
abstract  RemoteCallbackHandler UserContextInterface.getChallengeCallbackHandler()
          Get the object that will handle credential challenge callbacks.
 RemoteCallbackHandler UserContext.getChallengeCallbackHandler()
          Get the object that will handle credential challenge callbacks.
 

Methods in com.sas.services.user with parameters of type RemoteCallbackHandler
abstract  void UserServiceInterface.setChallengeCallbackHandler(RemoteCallbackHandler handler)
          Set the object that will be used to handle credential challenge callbacks.
 void UserService.setChallengeCallbackHandler(RemoteCallbackHandler handler)
          Set the object that will be used to handle credential challenge callbacks.
abstract  void UserContextInterface.setChallengeCallbackHandler(RemoteCallbackHandler handler)
          Set the object that will be used to handle credential challenge callbacks.
 void UserContext.setChallengeCallbackHandler(RemoteCallbackHandler handler)
          Set the object that will be used to handle credential challenge callbacks.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.