Vue d'ensemble Package Utilisation Arbre Déprécié Aide |
|
SOMMAIRE: ATTR CONSTR METH | DETAIL: ATTR CONSTR METH |
Implementation of the JAAS CallbackHandler
interface, used to negotiate delivery of the username and
credentials that were specified to our constructor. No interaction
with the user is required (or possible).
This CallbackHandler
will pre-digest the supplied
password, if required by the <Realm>
element
in server.xml
.
At present, JAASCallbackHandler
knows how to handle
callbacks of type
javax.security.auth.callback.NameCallback
and
javax.security.auth.callback.PasswordCallback
.
Sommaire des Attributs |
||
private String |
password The password to be authenticated with. |
|
private JAASRealm |
realm The associated JAASRealm instance. |
|
private static final StringManager |
SM The string manager for this package. |
|
private String |
username The username to be authenticated with. |
Sommaire des Constructeurs |
||
JAASCallbackHandler(JAASRealm realm, String username, String password) Construct a callback handler configured with the specified
values. |
Méthodes héritées de la classe java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Méthodes héritées de l'interface javax.security.auth.callback.CallbackHandler |
handle |
JAASRealm
instance.JAASRealm
instance
specifies digested passwords, the password
parameter will be pre-digested here.Callbacks
. This implementation only recognizes
NameCallback
and PasswordCallback
instances.Callback
s to be processedVue d'ensemble Package Utilisation Arbre Déprécié Aide |
|
SOMMAIRE: ATTR CONSTR METH | DETAIL: ATTR CONSTR METH |
Version 2.7.4 du 10/07/2009 / Etat : Validé |
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA. |
Documentation generated by DocFlex |