Interface XUserAssertionRequest

All Known Implementing Classes:
XUserAssertionRequestImpl

public interface XUserAssertionRequest
Interface describing the methods of XUserAssertionRequest.
Interface welches die Methoden für den XUserAssertionRequest beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the AppliesTo attribute value. Methode um den Wert des AppliesTo Attributs zu erhalten.
    Method to get the context value. Methode um den Inhalt des Context zu erhalten.
    Method to get the dialect value. Methode um den Inhalt des Dialect zu erhalten.
    Method to get the organisation id of the accessor. Methode um die Id der Organisation des Zugreifers zu erhalten.
    Method to get the organisation name of the accessor. Methode um den Namen der Organisation des Zugreifers zu erhalten.
    Method to get the purpose of use. Methode um den Grund des Zugriffs zu erhalten.
    Method to get the request type. Methode um den Requst Typ zu erhalten.
    Method to get the resource id. Methode um die Ressourcen-ID zu erhalten.
    Method to get the id of the accessor. Methode um die ID des Zugreifers zu erhalten.
    Method to get the name of the accessor. Methode um den Namen des Zugreifers zu erhalten.
    Method to get the role of the accessor. Methode um die Rolle des Zugreifers zu erhalten.
    Method to get the token type. Methode um den Token Typ zu erhalten.
  • Method Details

    • getAppliesTo

      AppliesTo getAppliesTo()
      Method to get the AppliesTo attribute value.
      Methode um den Wert des AppliesTo Attributs zu erhalten.
      Returns:
      the value as string
      den Wert als string
    • getContext

      String getContext()
      Method to get the context value.
      Methode um den Inhalt des Context zu erhalten.
      Returns:
      The value as string
      den Wert als String
    • getDialect

      String getDialect()
      Method to get the dialect value.
      Methode um den Inhalt des Dialect zu erhalten.
      Returns:
      The value as string
      den Wert als String
    • getOrganizationId

      String getOrganizationId()
      Method to get the organisation id of the accessor.
      Methode um die Id der Organisation des Zugreifers zu erhalten.
      Returns:
      The organisation id as string
      die Organisations ID des Zugreifers als String
    • getOrganizationName

      String getOrganizationName()
      Method to get the organisation name of the accessor.
      Methode um den Namen der Organisation des Zugreifers zu erhalten.
      Returns:
      The organisation name as string
      die Organisations Name des Zugreifers als String
    • getPurposeOfUse

      CE getPurposeOfUse()
      Method to get the purpose of use.
      Methode um den Grund des Zugriffs zu erhalten.
      Returns:
      The purpose of use as string
      den Grund des Zugriffs als string
    • getRequestType

      RequestType getRequestType()
      Method to get the request type.
      Methode um den Requst Typ zu erhalten.
      Returns:
      The request type
      der Request Typ
    • getResourceId

      String getResourceId()
      Method to get the resource id.
      Methode um die Ressourcen-ID zu erhalten.
      Returns:
      The resource id as string
      die Ressourcen-ID des Zugreifers als string
    • getSubjectId

      String getSubjectId()
      Method to get the id of the accessor.
      Methode um die ID des Zugreifers zu erhalten.
      Returns:
      The accessor id as string
      die ID des Zugreifers als String
    • getSubjectName

      String getSubjectName()
      Method to get the name of the accessor.
      Methode um den Namen des Zugreifers zu erhalten.
      Returns:
      The accessor name as string
      der Name des Zugreifers als String
    • getSubjectRole

      CE getSubjectRole()
      Method to get the role of the accessor.
      Methode um die Rolle des Zugreifers zu erhalten.
      Returns:
      The role of the accessor as string
      die Rolle des Zugreifers als String
    • getTokenType

      TokenType getTokenType()
      Method to get the token type.
      Methode um den Token Typ zu erhalten.
      Returns:
      The token type
      der Token Typ