|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.audit.AuditEvent
org.picketlink.identity.federation.core.audit.PicketLinkAuditEvent
public class PicketLinkAuditEvent
Specialized implementation of AuditEvent
Field Summary | |
---|---|
protected String |
assertionID
|
protected String |
destination
|
protected String |
httpSessionID
|
static String |
KEY
|
protected String |
optionalString
String that represents arbitrary text that gets logged at the end of the entry |
protected String |
subjectName
|
protected PicketLinkAuditEventType |
type
|
protected String |
whoIsAuditing
Web Context of who is auditing |
Constructor Summary | |
---|---|
PicketLinkAuditEvent(String level)
|
|
PicketLinkAuditEvent(String level,
Map<String,Object> map)
|
|
PicketLinkAuditEvent(String level,
Map<String,Object> map,
Exception ex)
|
Method Summary | |
---|---|
String |
getAssertionID()
Get the ID of the assertion |
String |
getDestination()
Get the destination of the SAML request/response |
String |
getHttpSessionID()
|
String |
getOptionalString()
|
String |
getSubjectName()
Get the authenticated subject's name |
PicketLinkAuditEventType |
getType()
|
String |
getWhoIsAuditing()
Context path of the auditing application |
void |
setAssertionID(String assertionID)
|
void |
setDestination(String destination)
|
void |
setHttpSessionID(String httpSessionID)
|
void |
setOptionalString(String optionalString)
|
void |
setSubjectName(String subjectName)
Set the authenticated subject's name |
void |
setType(PicketLinkAuditEventType type)
Set the type of audit event |
void |
setWhoIsAuditing(String whoIsAuditing)
|
String |
toString()
|
Methods inherited from class org.jboss.security.audit.AuditEvent |
---|
getAuditLevel, getContextMap, getUnderlyingException, setContextMap, setUnderlyingException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String KEY
protected PicketLinkAuditEventType type
protected String destination
protected String subjectName
protected String assertionID
protected String httpSessionID
protected String optionalString
protected String whoIsAuditing
Constructor Detail |
---|
public PicketLinkAuditEvent(String level, Map<String,Object> map, Exception ex)
public PicketLinkAuditEvent(String level, Map<String,Object> map)
public PicketLinkAuditEvent(String level)
Method Detail |
---|
public PicketLinkAuditEventType getType()
public void setType(PicketLinkAuditEventType type)
type
- an instance of PicketLinkAuditEventType
public String getDestination()
public void setDestination(String destination)
public String getSubjectName()
public void setSubjectName(String subjectName)
subjectName
- public String getAssertionID()
public void setAssertionID(String assertionID)
public String getHttpSessionID()
public void setHttpSessionID(String httpSessionID)
public String getOptionalString()
public void setOptionalString(String optionalString)
public String getWhoIsAuditing()
public void setWhoIsAuditing(String whoIsAuditing)
public String toString()
toString
in class org.jboss.security.audit.AuditEvent
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |