- java.lang.Object
-
- javax.security.auth.message.callback.SecretKeyCallback
-
- All Implemented Interfaces:
- Callback
public class SecretKeyCallback extends Object implements Callback
Callback for acquiring a shared secret from a key repository. This Callback may be used by client or server authentication modules to obtain shared secrets (for example, passwords) without relying on a user during the Callback processing. This Callback is typically empoyed byClientAuthModules
invoked from intermediate components that need to acquire a password to authenticate to their target service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
SecretKeyCallback.AliasRequest
Request type for secret keys that are identified using an alias.static interface
SecretKeyCallback.Request
Marker interface for secret key request types.
-
Constructor Summary
Constructors Constructor and Description SecretKeyCallback(SecretKeyCallback.Request request)
Constructs this SecretKeyCallback with a secret key Request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description SecretKey
getKey()
Used to obtain the secret key set within the Callback.SecretKeyCallback.Request
getRequest()
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.void
setKey(SecretKey key)
Used by the CallbackHandler to set the requested secret key within the Callback.
-
-
-
Constructor Detail
-
SecretKeyCallback
public SecretKeyCallback(SecretKeyCallback.Request request)
Constructs this SecretKeyCallback with a secret key Request object.The request object identifies the secret key to be returned. If the alias is null, the handler of the callback relies on its own default.
- Parameters:
request
- Request object identifying the secret key, or null.
-
-
Method Detail
-
getRequest
public SecretKeyCallback.Request getRequest()
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.- Returns:
- The Request object which identifies the private key to be returned, or null. If null, the handler of the callback relies on its own default.
-
setKey
public void setKey(SecretKey key)
Used by the CallbackHandler to set the requested secret key within the Callback.- Parameters:
key
- The secret key, or null if no key was found.
-
getKey
public SecretKey getKey()
Used to obtain the secret key set within the Callback.- Returns:
- The secret key, or null if no key was found.
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/security/auth/message/callback/SecretKeyCallback.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.