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
Provides verification (authentication) of a computed hash.
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
any, combinedHash -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the raw value of the combinedHash property.Gets the value of the base64 encoded combinedHash property.final voidsetRawCombinedHash(byte[] rawCombinedHash) Sets the value of the combinedHash property.voidsetTextCombinedHash(String encodedCombinedHash) Sets the value of the base 64 encoded combinedHash property.Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
getAny, getCombinedHash, setCombinedHashMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.Authenticator
getAny
-
Constructor Details
-
AuthenticatorImpl
public AuthenticatorImpl() -
AuthenticatorImpl
- Throws:
RuntimeException
-
AuthenticatorImpl
public AuthenticatorImpl(byte[] hash)
-
-
Method Details
-
getRawCombinedHash
public byte[] getRawCombinedHash()Description copied from interface:AuthenticatorGets the raw value of the combinedHash property.- Specified by:
getRawCombinedHashin interfaceAuthenticator- Returns:
- possible object is byte[]
-
setRawCombinedHash
public final void setRawCombinedHash(byte[] rawCombinedHash) Description copied from interface:AuthenticatorSets the value of the combinedHash property.- Specified by:
setRawCombinedHashin interfaceAuthenticator- Parameters:
rawCombinedHash- allowed object is byte[]
-
getTextCombinedHash
Description copied from interface:AuthenticatorGets the value of the base64 encoded combinedHash property.- Specified by:
getTextCombinedHashin interfaceAuthenticator- Returns:
String
-
setTextCombinedHash
Description copied from interface:AuthenticatorSets the value of the base 64 encoded combinedHash property.- Specified by:
setTextCombinedHashin interfaceAuthenticator- Parameters:
encodedCombinedHash-String
-