-
public interface MessageInfo
A message processing runtime uses this interface to pass messages and message processing state to authentication contexts for processing by authentication modules.This interface encapsulates a request message object and a response message object for a message exchange. This interface may also be used to associate additional context in the form of key/value pairs, with the encapsulated messages.
Every implementation of this interface should provide a zero argument constructor, and a constructor which takes a single Map argument. Additional constructors may also be provided.
- See Also:
Map
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Map
getMap()
Get (a reference to) the Map object of this MessageInfo.Object
getRequestMessage()
Get the request message object from this MessageInfo.Object
getResponseMessage()
Get the response message object from this MessageInfo.void
setRequestMessage(Object request)
Set the request message object in this MessageInfo.void
setResponseMessage(Object response)
Set the response message object in this MessageInfo.
-
-
-
Method Detail
-
getRequestMessage
Object getRequestMessage()
Get the request message object from this MessageInfo.- Returns:
- An object representing the request message, or null if no request message is set within the MessageInfo.
-
getResponseMessage
Object getResponseMessage()
Get the response message object from this MessageInfo.- Returns:
- an object representing the response message, or null if no response message is set within the MessageInfo.
-
setRequestMessage
void setRequestMessage(Object request)
Set the request message object in this MessageInfo.- Parameters:
request
- An object representing the request message.
-
setResponseMessage
void setResponseMessage(Object response)
Set the response message object in this MessageInfo.- Parameters:
response
- An object representing the response message.
-
getMap
Map getMap()
Get (a reference to) the Map object of this MessageInfo. Operations performed on the acquired Map must effect the Map within the MessageInfo.- Returns:
- the Map object of this MessageInfo. This method never returns null. If a Map has not been associated with the MessageInfo, this method instantiates a Map, associates it with this MessageInfo, and then returns it.
-
-
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/MessageInfo.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.