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
 RemoteCallbackHandler UserServiceInterface.getChallengeCallbackHandler()
          Get the object that will handle credential challenge callbacks.
 RemoteCallbackHandler UserService.getChallengeCallbackHandler()
          Get the object that will handle credential challenge callbacks.
 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
 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.
 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.