public class AuditLogEntry extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
AUDIT_LOGGER_NAME
Name of the Logger for the shibboleth audit log.
|
コンストラクタと説明 |
---|
AuditLogEntry()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getAssertingPartyId()
Gets the provider (message issuer) ID.
|
org.joda.time.DateTime |
getAuditEventTime()
Gets the timestamp for this audit event.
|
String |
getMessageProfile()
Gets the URI of the message profile being used.
|
String |
getNameIdValue()
Gets the value of the SAML name identifier.
|
String |
getPrincipalAuthenticationMethod()
Gets the authentication method, identified by their URI, used to log into the relying party.
|
String |
getPrincipalName()
Gets the principal ID of the user.
|
List<String> |
getReleasedAttributes()
Gets the list of internal IDs of the attributes that were released.
|
String |
getRelyingPartyId()
Gets the entity ID of the relying party.
|
String |
getRequestBinding()
Gets the URI of the binding used during the request.
|
String |
getRequestId()
Gets the unique ID of the request.
|
String |
getResponseBinding()
Gets the URI of the binding used during the response.
|
String |
getResponseId()
Gets the unique ID of the response message.
|
void |
setAssertingPartyId(String id)
Sets the provider (message issuer) ID.
|
void |
setMessageProfile(String profileURI)
Sets the URI of the message profile being used.
|
void |
setNameIdValue(String value)
Sets the value of the SAML name identifier.
|
void |
setPrincipalAuthenticationMethod(String method)
Sets the authentication method, identified by their URI, used to log into the relying party.
|
void |
setPrincipalName(String id)
Sets the principal ID of the user.
|
void |
setRelyingPartyId(String entityId)
Sets the entity ID of the relying party.
|
void |
setRequestBinding(String bindingURI)
Sets the URI of the binding used during the request.
|
void |
setRequestId(String id)
Sets the unique ID of the request.
|
void |
setResponseBinding(String bindingURI)
Sets the URI of the binding used during the response.
|
void |
setResponseId(String id)
Sets the unique ID of the response message.
|
String |
toString() |
public String getAssertingPartyId()
public org.joda.time.DateTime getAuditEventTime()
public String getMessageProfile()
public String getNameIdValue()
public String getPrincipalAuthenticationMethod()
public String getPrincipalName()
public List<String> getReleasedAttributes()
public String getRelyingPartyId()
public String getRequestBinding()
public String getRequestId()
public String getResponseBinding()
public String getResponseId()
public void setAssertingPartyId(String id)
id
- provider (message issuer) IDpublic void setMessageProfile(String profileURI)
profileURI
- URI of the message profile being usedpublic void setNameIdValue(String value)
value
- value of the SAML name identifierpublic void setPrincipalAuthenticationMethod(String method)
method
- authentication method, identified by their URI, used to log into the relying partypublic void setPrincipalName(String id)
id
- principal ID of the userpublic void setRelyingPartyId(String entityId)
entityId
- entity ID of the relying partypublic void setRequestBinding(String bindingURI)
bindingURI
- URI of the binding used during the requestpublic void setRequestId(String id)
id
- unique ID of the requestpublic void setResponseBinding(String bindingURI)
bindingURI
- URI of the binding used during the responsepublic void setResponseId(String id)
id
- unique ID of the response messageCopyright © 2012. All Rights Reserved.