-
- Enclosing class:
- MessagePolicy
public static interface MessagePolicy.ProtectionPolicy
This interface is used to represent message authentication policy.The internal state of a ProtectionPolicy object defines the message authentication requirements to be applied to the associated Target.
-
-
Field Summary
Fields Modifier and Type Field and Description static String
AUTHENTICATE_CONTENT
The identifer for a ProtectionPolicy that indicates that the origin of data within the message is to be authenticated (that is, the message is to be protected such that its recipients can establish who defined the message content).static String
AUTHENTICATE_RECIPIENT
The identifer for a ProtectionPolicy that indicates that the message recipient is to be authenticated.static String
AUTHENTICATE_SENDER
The identifer for a ProtectionPolicy that indicates that the sending entity is to be authenticated.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description String
getID()
Get the ProtectionPolicy identifier.
-
-
-
Field Detail
-
AUTHENTICATE_SENDER
static final String AUTHENTICATE_SENDER
The identifer for a ProtectionPolicy that indicates that the sending entity is to be authenticated.- See Also:
- Constant Field Values
-
AUTHENTICATE_CONTENT
static final String AUTHENTICATE_CONTENT
The identifer for a ProtectionPolicy that indicates that the origin of data within the message is to be authenticated (that is, the message is to be protected such that its recipients can establish who defined the message content).- See Also:
- Constant Field Values
-
AUTHENTICATE_RECIPIENT
static final String AUTHENTICATE_RECIPIENT
The identifer for a ProtectionPolicy that indicates that the message recipient is to be authenticated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
String getID()
Get the ProtectionPolicy identifier. An identifier may represent a conceptual protection policy (as is the case with the static identifiers defined within this interface) or it may identify a procedural policy expression or plan that may be more difficult to categorize in terms of a conceptual identifier.- Returns:
- A String containing a policy identifier. This interface defines some policy identifier constants. Configuration systems may define and employ other policy identifiers values.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/security/auth/message/messagepolicy.protectionpolicy.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.