Interface SecurityHeaderElement

All Known Subinterfaces:
EncryptedAssertion, UsernameToken
All Known Implementing Classes:
Assertion, AssertionImpl, EncryptedAssertionImpl, UsernameTokenImpl

public interface SecurityHeaderElement
Interface describing the methods of SecurityHeaderElement.
Interface welches die Methoden von SecurityHeaderElement beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the wrapped object. Methode um das gewrappte Objekt zu erhalten.
  • Method Details

    • getWrappedObject

      Object getWrappedObject()
      Method to get the wrapped object.
      Methode um das gewrappte Objekt zu erhalten.
      Returns:
      The wrapped object.
      Das gewrappte Objekt.