edu.internet2.middleware.shibboleth.idp.profile.saml2
Class AbstractSAML2ProfileHandler.SAML2AuditLogEntry
java.lang.Object
edu.internet2.middleware.shibboleth.common.log.AuditLogEntry
edu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler.SAML2AuditLogEntry
- Enclosing class:
- AbstractSAML2ProfileHandler
protected class AbstractSAML2ProfileHandler.SAML2AuditLogEntry
- extends AuditLogEntry
SAML 1 specific audit log entry.
| Methods inherited from class edu.internet2.middleware.shibboleth.common.log.AuditLogEntry |
getAssertingPartyId, getAuditEventTime, getMessageProfile, getNameIdValue, getPrincipalAuthenticationMethod, getPrincipalName, getReleasedAttributes, getRelyingPartyId, getRequestBinding, getRequestId, getResponseBinding, getResponseId, setAssertingPartyId, setMessageProfile, setNameIdValue, setPrincipalAuthenticationMethod, setPrincipalName, setRelyingPartyId, setRequestBinding, setRequestId, setResponseBinding, setResponseId |
samlResponse
private StatusResponseType samlResponse
- The response to the SAML request.
AbstractSAML2ProfileHandler.SAML2AuditLogEntry
protected AbstractSAML2ProfileHandler.SAML2AuditLogEntry()
getSAMLResponse
public StatusResponseType getSAMLResponse()
- Gets the response to the SAML request.
- Returns:
- the response to the SAML request
setSAMLResponse
public void setSAMLResponse(StatusResponseType response)
- Sets the response to the SAML request.
- Parameters:
response - the response to the SAML request
toString
public String toString()
-
- Overrides:
toString in class AuditLogEntry
Copyright © 1999-2012. All Rights Reserved.