edu.internet2.middleware.shibboleth.idp.profile.saml1
Class AbstractSAML1ProfileHandler.SAML1AuditLogEntry
java.lang.Object
edu.internet2.middleware.shibboleth.common.log.AuditLogEntry
edu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler.SAML1AuditLogEntry
- Enclosing class:
- AbstractSAML1ProfileHandler
protected class AbstractSAML1ProfileHandler.SAML1AuditLogEntry
- 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 Response samlResponse
- The response to the SAML 1 request.
AbstractSAML1ProfileHandler.SAML1AuditLogEntry
protected AbstractSAML1ProfileHandler.SAML1AuditLogEntry()
getSAMLResponse
public Response getSAMLResponse()
- Gets the response to the SAML 1 request.
- Returns:
- the response to the SAML 1 request
setSAMLResponse
public void setSAMLResponse(Response response)
- Sets the response to the SAML 1 request.
- Parameters:
response - the response to the SAML 1 request
toString
public String toString()
-
- Overrides:
toString in class AuditLogEntry
Copyright © 1999-2012. All Rights Reserved.