Class AuthenticatorImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType
-
- com.sun.xml.ws.security.trust.impl.wssx.elements.AuthenticatorImpl
-
- All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.Authenticator
public class AuthenticatorImpl extends AuthenticatorType implements com.sun.xml.ws.security.trust.elements.Authenticator
Provides verification (authentication) of a computed hash.- Author:
- Manveen Kaur
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType
any, combinedHash
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorImpl()AuthenticatorImpl(byte[] hash)AuthenticatorImpl(AuthenticatorType aType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.byte[]getRawCombinedHash()StringgetTextCombinedHash()voidsetRawCombinedHash(byte[] rawCombinedHash)voidsetTextCombinedHash(String encodedCombinedHash)-
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType
getCombinedHash, setCombinedHash
-
-
-
-
Constructor Detail
-
AuthenticatorImpl
public AuthenticatorImpl()
-
AuthenticatorImpl
public AuthenticatorImpl(AuthenticatorType aType) throws Exception
- Throws:
Exception
-
AuthenticatorImpl
public AuthenticatorImpl(byte[] hash)
-
-
Method Detail
-
getAny
public List<Object> getAny()
Description copied from class:AuthenticatorTypeGets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ObjectElement- Specified by:
getAnyin interfacecom.sun.xml.ws.security.trust.elements.Authenticator- Overrides:
getAnyin classAuthenticatorType
-
getRawCombinedHash
public byte[] getRawCombinedHash()
- Specified by:
getRawCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
setRawCombinedHash
public void setRawCombinedHash(byte[] rawCombinedHash)
- Specified by:
setRawCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
getTextCombinedHash
public String getTextCombinedHash()
- Specified by:
getTextCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
setTextCombinedHash
public void setTextCombinedHash(String encodedCombinedHash)
- Specified by:
setTextCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
-