javax.security.auth.message

Class MessagePolicy


  • public class MessagePolicy
    extends Object
    This class defines a message authentication policy.

    A ClientAuthContext uses this class to communicate (at module initialization time) request and response message protection policies to its ClientAuthModule objects. A ServerAuthContext uses this class to communicate request and response message protection policies to its ServerAuthModule objects.

    See Also:
    ClientAuthContext, ServerAuthContext, ClientAuthModule, ServerAuthModule
    • Constructor Detail

      • MessagePolicy

        public MessagePolicy(MessagePolicy.TargetPolicy[] targetPolicies,
                             boolean mandatory)
        Create a MessagePolicy instance with an array of target policies.
        Parameters:
        targetPolicies - an array of target policies.
        mandatory - A boolean value indicating whether the MessagePolicy is mandatory or optional.
        Throws:
        IllegalArgumentException - if the specified targetPolicies is null.
    • Method Detail

      • isMandatory

        public boolean isMandatory()
        Get the MessagePolicy modifier.
        Returns:
        A boolean indicating whether the MessagePolicy is optional(false) or required(true).
      • getTargetPolicies

        public MessagePolicy.TargetPolicy[] getTargetPolicies()
        Get the target policies that comprise the authentication policy.

        Returns:
        An array of target authentication policies, where each element describes an authentication policy and the parts of the message to which the authentication policy applies. This method returns null to indicate that no security operations should be performed on the messages to which the policy applies. This method never returns a zero-length array.

        When this method returns an array of target policies, the order of elements in the array represents the order that the corresponding message transformations or validations described by the target policies are to be performed by the authentication module.

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/messagepolicy.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

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com/en/java/, Class MessagePolicy

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.