|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface XKRSSRequest
Base interface for all XKRSS requests.
| Method Summary | |
|---|---|
Authentication |
getAuthentication()
Gets the Authentication of this XKRSS request. |
boolean |
hasKeyBindingAuthenticationSignature()
Checks whether this request has a KeyBindingAuthentication signature. |
void |
setAuthentication(Authentication auth)
Sets the Authentication of this XKRSS request to the
supplied value. |
| Methods inherited from interface XMessageAbstractType |
|---|
addDefaults, addOpaqueClientData, clearOpaqueClientData, getId, getMessageName, getNonce, getOpaqueClientData, getRequestSignatureValue, getService, getSignatureCertificate, hasSignature, isValid, setId, setNonce, setService, setSignature, toString |
| Method Detail |
|---|
Authentication getAuthentication()
Authentication of this XKRSS request.
Authentication of this request
void setAuthentication(Authentication auth)
throws XKMSException
Authentication of this XKRSS request to the
supplied value.
auth - new value for the Authentication
XKMSException - if setting failsboolean hasKeyBindingAuthenticationSignature()
KeyBindingAuthentication signature.
true if this request has a KeyBindingAuthentication signature,
false otherwise
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||