|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType
com.sun.xml.ws.security.trust.impl.wssx.elements.AuthenticatorImpl
public class AuthenticatorImpl
Provides verification (authentication) of a computed hash.
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType |
---|
any, combinedHash |
Constructor Summary | |
---|---|
AuthenticatorImpl()
|
|
AuthenticatorImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType aType)
|
|
AuthenticatorImpl(byte[] hash)
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
byte[] |
getRawCombinedHash()
Gets the raw value of the combinedHash property. |
java.lang.String |
getTextCombinedHash()
Gets the value of the base64 encoded combinedHash property. |
void |
setRawCombinedHash(byte[] rawCombinedHash)
Sets the value of the combinedHash property. |
void |
setTextCombinedHash(java.lang.String encodedCombinedHash)
Sets the value of the base 64 encoded combinedHash property. |
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType |
---|
getCombinedHash, setCombinedHash |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticatorImpl()
public AuthenticatorImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType aType) throws java.lang.Exception
java.lang.Exception
public AuthenticatorImpl(byte[] hash)
Method Detail |
---|
public java.util.List<java.lang.Object> getAny()
Authenticator
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 set
method 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
Element
Object
getAny
in interface Authenticator
getAny
in class com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType
public byte[] getRawCombinedHash()
Authenticator
getRawCombinedHash
in interface Authenticator
public void setRawCombinedHash(byte[] rawCombinedHash)
Authenticator
setRawCombinedHash
in interface Authenticator
rawCombinedHash
- byte[]
public java.lang.String getTextCombinedHash()
Authenticator
getTextCombinedHash
in interface Authenticator
String
public void setTextCombinedHash(java.lang.String encodedCombinedHash)
Authenticator
setTextCombinedHash
in interface Authenticator
encodedCombinedHash
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |