|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
public class AuditLogEntry
Represents an auditable event in the system.
Field Summary | |
---|---|
static String |
AUDIT_LOGGER_NAME
Name of the Logger for the shibboleth audit log. |
Constructor Summary | |
---|---|
AuditLogEntry()
Constructor. |
Method Summary | |
---|---|
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 |
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 |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String AUDIT_LOGGER_NAME
Constructor Detail |
---|
public AuditLogEntry()
Method Detail |
---|
public String getMessageProfile()
public void setMessageProfile(String profileURI)
profileURI
- URI of the message profile being usedpublic String getPrincipalAuthenticationMethod()
public void setPrincipalAuthenticationMethod(String method)
method
- authentication method, identified by their URI, used to log into the relying partypublic String getPrincipalName()
public void setPrincipalName(String id)
id
- principal ID of the userpublic String getAssertingPartyId()
public void setAssertingPartyId(String id)
id
- provider (message issuer) IDpublic List<String> getReleasedAttributes()
public String getRelyingPartyId()
public void setRelyingPartyId(String entityId)
entityId
- entity ID of the relying partypublic String getRequestBinding()
public void setRequestBinding(String bindingURI)
bindingURI
- URI of the binding used during the requestpublic String getRequestId()
public void setRequestId(String id)
id
- unique ID of the requestpublic String getResponseBinding()
public void setResponseBinding(String bindingURI)
bindingURI
- URI of the binding used during the responsepublic String getResponseId()
public void setResponseId(String id)
id
- unique ID of the response messagepublic org.joda.time.DateTime getAuditEventTime()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |