IMessageLogger
insteadpublic interface IEIDASLogger
Modifier and Type | Method and Description |
---|---|
String |
getCountry()
Deprecated.
Getter for country.
|
String |
getDestination()
Deprecated.
Getter for destination.
|
String |
getInResponseTo()
Deprecated.
Getter for InResponseTo.
|
String |
getInResponseToSPReq()
Deprecated.
Getter for InResponseToSPReq.
|
String |
getMessage()
Deprecated.
Getter for message or assertion consumer.
|
String |
getMsgId()
Deprecated.
Getter for msgId.
|
String |
getOpType()
Deprecated.
Getter for opType.
|
String |
getOrigin()
Deprecated.
Getter for Origin.
|
String |
getProviderName()
Deprecated.
Getter for ProviderName.
|
int |
getQaaLevel()
Deprecated.
Getter for QAA Level.
|
byte[] |
getSamlHash()
Deprecated.
Getter for samlHash.
|
String |
getSpApplication()
Deprecated.
Getter for SpApplication.
|
String |
getSPMsgId()
Deprecated.
Getter for sPMsgId.
|
String |
getTimestamp()
Deprecated.
Getter for timestamp.
|
void |
setCountry(String country)
Deprecated.
Setter for country.
|
void |
setDestination(String destination)
Deprecated.
Setter for destinationIp.
|
void |
setInResponseTo(String inResponseTo)
Deprecated.
Setter for InResponseTo.
|
void |
setInResponseToSPReq(String inResponseToSPReq)
Deprecated.
Setter for InResponseToSPRequ.
|
void |
setMessage(String message)
Deprecated.
Setter for message or assertion consumer.
|
void |
setMsgId(String msgId)
Deprecated.
Setter for msgId.
|
void |
setOpType(String opType)
Deprecated.
Setter for opType.
|
void |
setOrigin(String origin)
Deprecated.
Setter for Origin.
|
void |
setProviderName(String providerName)
Deprecated.
Setter for ProviderName.
|
void |
setQaaLevel(int qaaLevel)
Deprecated.
Setter for QAA Level.
|
void |
setSamlHash(byte[] samlHash)
Deprecated.
Setter for samlHash.
|
void |
setSpApplication(String spApplication)
Deprecated.
Setter for SpApplication.
|
void |
setSPMsgId(String sPMsgId)
Deprecated.
Setter for sPMsgId.
|
void |
setTimestamp(String timestamp)
Deprecated.
Setter for timestamp.
|
String |
toString()
Deprecated.
The format of the returned String must be the following:
"requestCounter#ddMMMyyyykk:mm:ss#opType#originIp#originName
#destinationIp#destinationName#samlHash#[originatorName#msgId#]"
The values enclosed in '[]' only apply when logging responses.
|
String getSpApplication()
void setSpApplication(String spApplication)
spApplication
- The SP Application.String getProviderName()
void setProviderName(String providerName)
providerName
- The provider name.String getOrigin()
void setOrigin(String origin)
origin
- The origin.int getQaaLevel()
void setQaaLevel(int qaaLevel)
qaaLevel
- The qaa level.String getTimestamp()
void setTimestamp(String timestamp)
timestamp
- The request's timestamp.String getInResponseTo()
void setInResponseTo(String inResponseTo)
inResponseTo
- The Saml's response id.String getInResponseToSPReq()
void setInResponseToSPReq(String inResponseToSPReq)
inResponseToSPReq
- The Saml's response id.String getOpType()
void setOpType(String opType)
opType
- The operation type.String getDestination()
void setDestination(String destination)
destination
- The remote IP.String getMessage()
void setMessage(String message)
message
- or assertion consumer.String getCountry()
void setCountry(String country)
country
- The country.byte[] getSamlHash()
void setSamlHash(byte[] samlHash)
samlHash
- the encrypted SAML tokenString getMsgId()
void setMsgId(String msgId)
msgId
- the ID of the originator of this messageString getSPMsgId()
void setSPMsgId(String sPMsgId)
sPMsgId
- the ID of the originator of this messageString toString()
Copyright © 2020. All Rights Reserved.