Class UserAuthenticationBuilder.Logout
- java.lang.Object
-
- org.openehealth.ipf.commons.audit.event.BaseAuditMessageBuilder<UserAuthenticationBuilder>
-
- org.openehealth.ipf.commons.audit.event.UserAuthenticationBuilder
-
- org.openehealth.ipf.commons.audit.event.UserAuthenticationBuilder.Logout
-
- All Implemented Interfaces:
AuditMessageBuilder<UserAuthenticationBuilder>
,Validateable
- Enclosing class:
- UserAuthenticationBuilder
public static class UserAuthenticationBuilder.Logout extends UserAuthenticationBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.audit.event.UserAuthenticationBuilder
UserAuthenticationBuilder.Login, UserAuthenticationBuilder.Logout
-
-
Constructor Summary
Constructors Constructor Description Logout(EventOutcomeIndicator outcome, String eventOutcomeDescription, PurposeOfUse... purposeOfUse)
Logout(EventOutcomeIndicator outcome, PurposeOfUse... purposeOfUse)
-
Method Summary
-
Methods inherited from class org.openehealth.ipf.commons.audit.event.UserAuthenticationBuilder
setAuthenticatedParticipant, setAuthenticatedParticipant, setAuthenticatingSystemParticipant, setAuthenticatingSystemParticipant, validate
-
Methods inherited from class org.openehealth.ipf.commons.audit.event.BaseAuditMessageBuilder
addActiveParticipant, addActiveParticipant, addActiveParticipant, addDestinationActiveParticipant, addParticipantObjectIdentification, addParticipantObjectIdentification, addParticipantObjectIdentification, addPatientParticipantObject, addSourceActiveParticipant, addStudyParticipantObject, getMessage, getNetworkAccessPointCodeFromAddress, setAuditSource, setAuditSource, setAuditSource, setAuditSource, setAuditSourceIdentification, setAuditSourceIdentification, setAuditSourceIdentification, setEventIdentification, setEventIdentification
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openehealth.ipf.commons.audit.event.AuditMessageBuilder
getMessages, getTypeValuePair, getTypeValuePair, getTypeValuePair, getTypeValuePair, self
-
-
-
-
Constructor Detail
-
Logout
public Logout(EventOutcomeIndicator outcome, PurposeOfUse... purposeOfUse)
-
Logout
public Logout(EventOutcomeIndicator outcome, String eventOutcomeDescription, PurposeOfUse... purposeOfUse)
-
-