Interface SecurityObject<T>

Type Parameters:
T -
the type T.
der Typ T.
All Known Implementing Classes:
AppliesToImpl, ArtifactResolveImpl, ArtifactResponseImpl, AssertionImpl, AttributeImpl, AudienceRestrictionImpl, AuthnRequestImpl, AuthnStatementImpl, ConditionImpl, ConditionsImpl, EncryptedAssertionImpl, PrivacyPolicyFeedImpl, PrivacyPolicyQueryImpl, PrivacyPolicyQueryResponseImpl, ResponseImpl, StatusImpl, SubjectConfirmationImpl, SubjectImpl, UsernameTokenImpl, XUserAssertionRequestImpl, XUserAssertionResponseImpl

public interface SecurityObject<T>
Interface describing the generic methods of SecurityObject for the templated type T.
Interface welches die Methoden des SecurityObject für den templated Typ T beschreibt.
  • Method Summary

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

    • getWrappedObject

      T getWrappedObject()
      Method to get the wrapped inner object.
      Methode um das Innere, gewrappte object zu erhalten.
      Returns:
      returns the wrapped inner object (depends on implementation)