Uses of Interface
org.eclipse.ecf.core.security.Callback
Packages that use Callback
-
Uses of Callback in org.eclipse.ecf.core.security
Classes in org.eclipse.ecf.core.security that implement CallbackModifier and TypeClassDescriptionclass
Callback that handles Boolean typesclass
Callback that handles String typesclass
Callback that handles arbitrary Objectsclass
Callback that handles passphrasesclass
Callback that handles passwordsMethods in org.eclipse.ecf.core.security that return CallbackModifier and TypeMethodDescriptionUnsupportedCallbackException.getCallback()
Get the unrecognizedCallback
.Methods in org.eclipse.ecf.core.security with parameters of type CallbackConstructors in org.eclipse.ecf.core.security with parameters of type CallbackModifierConstructorDescriptionUnsupportedCallbackException
(Callback callback) Constructs aUnsupportedCallbackException
with no detail message.UnsupportedCallbackException
(Callback callback, String msg) Constructs a UnsupportedCallbackException with the specified detail message. -
Uses of Callback in org.eclipse.ecf.provider.generic
Methods in org.eclipse.ecf.provider.generic that return CallbackModifier and TypeMethodDescriptionprotected Callback[]
ClientSOContainer.createAuthorizationCallbacks()