com.ibm.wsspi.wssecurity.core.config

Interface CallerConfig

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CONFIG_KEY 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      javax.xml.namespace.QName getCallerIdentity()
      Gets the value type of the caller identity token.
      javax.xml.namespace.QName getTrustedIdentity()
      Gets the value type of the trusted identity token.
      boolean trustAnyTrustedIdentity()
      Gets whether or not any trusted identity is trusted an unconditional manner.
      boolean useIdentityAssertion()
      Gets whether or not the identity assertion is used.
    • Method Detail

      • useIdentityAssertion

        boolean useIdentityAssertion()
        Gets whether or not the identity assertion is used.
        Returns:
        True if the identity assertion is used
      • trustAnyTrustedIdentity

        boolean trustAnyTrustedIdentity()
        Gets whether or not any trusted identity is trusted an unconditional manner.
        Returns:
        True if any trusted identity is trusted
      • getCallerIdentity

        javax.xml.namespace.QName getCallerIdentity()
        Gets the value type of the caller identity token.
        Returns:
        The value type of the caller identity token
      • getTrustedIdentity

        javax.xml.namespace.QName getTrustedIdentity()
        Gets the value type of the trusted identity token. Return value can be null.
        Returns:
        The value type of the trusted identity token
IBM WebSphere Application ServerTM
Release 8.5