Uses of Interface
com.sas.services.security.RemoteCallbackHandler
Packages that use RemoteCallbackHandler
Package
Description
Perform Authentication against modular authentication providers with user identities.
Maintain user identities and profiles.
-
Uses of RemoteCallbackHandler in com.sas.services.security
Classes in com.sas.services.security that implement RemoteCallbackHandlerModifier and TypeClassDescriptionclassThe Challenger class helps bridge the non-remote JAAS callback classes with the remote PFS versions of the callbacks. -
Uses of RemoteCallbackHandler in com.sas.services.user
Methods in com.sas.services.user that return RemoteCallbackHandlerModifier and TypeMethodDescriptionUserContext.getChallengeCallbackHandler()Get the object that will handle credential challenge callbacks.UserContextInterface.getChallengeCallbackHandler()Get the object that will handle credential challenge callbacks.UserService.getChallengeCallbackHandler()Get the object that will handle credential challenge callbacks.UserServiceInterface.getChallengeCallbackHandler()Get the object that will handle credential challenge callbacks.UserServiceProxy.getChallengeCallbackHandler()Get the object that will handle credential challenge callbacks.Methods in com.sas.services.user with parameters of type RemoteCallbackHandlerModifier and TypeMethodDescriptionvoidUserContext.setChallengeCallbackHandler(RemoteCallbackHandler handler) Set the object that will be used to handle credential challenge callbacks.voidUserContextInterface.setChallengeCallbackHandler(RemoteCallbackHandler handler) Set the object that will be used to handle credential challenge callbacks.voidUserService.setChallengeCallbackHandler(RemoteCallbackHandler handler) Set the object that will be used to handle credential challenge callbacks.voidUserServiceInterface.setChallengeCallbackHandler(RemoteCallbackHandler handler) Set the object that will be used to handle credential challenge callbacks.voidUserServiceProxy.setChallengeCallbackHandler(RemoteCallbackHandler handler) Set the object that will be used to handle credential challenge callbacks.