Class AuthenticatorImpl

java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
com.sun.xml.ws.security.trust.impl.elements.AuthenticatorImpl
All Implemented Interfaces:
Authenticator

public class AuthenticatorImpl extends AuthenticatorType implements Authenticator
Provides verification (authentication) of a computed hash.
Author:
Manveen Kaur
  • Constructor Details

  • Method Details

    • getRawCombinedHash

      public byte[] getRawCombinedHash()
      Description copied from interface: Authenticator
      Gets the raw value of the combinedHash property.
      Specified by:
      getRawCombinedHash in interface Authenticator
      Returns:
      possible object is byte[]
    • setRawCombinedHash

      public final void setRawCombinedHash(byte[] rawCombinedHash)
      Description copied from interface: Authenticator
      Sets the value of the combinedHash property.
      Specified by:
      setRawCombinedHash in interface Authenticator
      Parameters:
      rawCombinedHash - allowed object is byte[]
    • getTextCombinedHash

      public String getTextCombinedHash()
      Description copied from interface: Authenticator
      Gets the value of the base64 encoded combinedHash property.
      Specified by:
      getTextCombinedHash in interface Authenticator
      Returns:
      String
    • setTextCombinedHash

      public void setTextCombinedHash(String encodedCombinedHash)
      Description copied from interface: Authenticator
      Sets the value of the base 64 encoded combinedHash property.
      Specified by:
      setTextCombinedHash in interface Authenticator
      Parameters:
      encodedCombinedHash - String