|
||||||||||
| 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(AuthenticatorType aType)
|
|
AuthenticatorImpl(byte[] hash)
|
|
| Method Summary | |
|---|---|
List<Object> |
getAny()
Gets the value of the any property. |
byte[] |
getRawCombinedHash()
Gets the raw value of the combinedHash property. |
String |
getTextCombinedHash()
Gets the value of the base64 encoded combinedHash property. |
void |
setRawCombinedHash(byte[] rawCombinedHash)
Sets the value of the combinedHash property. |
void |
setTextCombinedHash(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(AuthenticatorType aType)
throws Exception
Exceptionpublic AuthenticatorImpl(byte[] hash)
| Method Detail |
|---|
public List<Object> getAny()
AuthenticatorType
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
Object
Element
getAny in interface AuthenticatorgetAny in class AuthenticatorTypepublic byte[] getRawCombinedHash()
Authenticator
getRawCombinedHash in interface Authenticatorpublic void setRawCombinedHash(byte[] rawCombinedHash)
Authenticator
setRawCombinedHash in interface AuthenticatorrawCombinedHash - byte[]public String getTextCombinedHash()
Authenticator
getTextCombinedHash in interface AuthenticatorStringpublic void setTextCombinedHash(String encodedCombinedHash)
Authenticator
setTextCombinedHash in interface AuthenticatorencodedCombinedHash - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||