Frames | No Frames |
Methods with parameter type javax.security.auth.callback.CallbackHandler | |
SaslClient | Sasl.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map Creates a SaslClient for the specified mechanism.
|
SaslClient | SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map Creates a SaslClient using the parameters supplied.
|
SaslServer | Sasl.createSaslServer(String mechanism, String protocol, String serverName, Map Creates a SaslServer for the specified mechanism.
|
SaslServer | SaslServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map Creates a SaslServer instance using the parameters supplied. |
Constructors with parameter type javax.security.auth.callback.CallbackHandler | |
LoginContext.LoginContext(String name, Subject subject, CallbackHandler cbHandler, Configuration config) | |
Fields of type javax.security.auth.callback.CallbackHandler | |
CallbackHandler | Callback handler to use with this mechanism instance. |
CallbackHandler | Callback handler to use with this mechanism instance. |
Methods with parameter type javax.security.auth.callback.CallbackHandler | |
SaslClient | ClientFactory.createSaslClient(String[] mechanisms, String authorisationID, String protocol, String serverName, Map<K,V> props, CallbackHandler cbh) |
SaslServer | ServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map<K,V> props, CallbackHandler cbh) |
Classes implementing javax.security.auth.callback.CallbackHandler | |
class | |
class | |
class | An implementation of CallbackHandler that reads and writes
information to and from System.in and System.out .
|
class | This trivial implementation of CallbackHandler sets its
Callback arguments to default values, with no user interaction.
|
class |
Methods with return type javax.security.auth.callback.CallbackHandler | |
CallbackHandler | Create an instance of CallbackHandler of the designated
type from the first Security Provider which offers it.
|
CallbackHandler | Create an instance of CallbackHandler of the designated
type from the named security provider .
|
CallbackHandler | Create an instance of CallbackHandler of the designated
type from the designated security provider .
|
Methods with parameter type javax.security.auth.callback.CallbackHandler | |
void | Initializes this login module. |