Uses of Enum
org.openehealth.ipf.commons.audit.codes.ActiveParticipantRoleIdCode
-
Uses of ActiveParticipantRoleIdCode in org.openehealth.ipf.commons.audit.codes
Modifier and TypeMethodDescriptionstatic ActiveParticipantRoleIdCode
ActiveParticipantRoleIdCode.enumForCode
(String code) static ActiveParticipantRoleIdCode
Returns the enum constant of this type with the specified name.static ActiveParticipantRoleIdCode[]
ActiveParticipantRoleIdCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActiveParticipantRoleIdCode in org.openehealth.ipf.commons.audit.event
Modifier and TypeMethodDescriptionUserAuthenticationBuilder.setAuthenticatedParticipant
(String userId, String altUserId, String userName, boolean userIsRequestor, ActiveParticipantRoleIdCode roleId, String networkId) Sets the Active Participant of the Node or System entering or leaving the networkUserAuthenticationBuilder.setAuthenticatingSystemParticipant
(String userId, String altUserId, String userName, boolean userIsRequestor, ActiveParticipantRoleIdCode roleId, String networkId) Node or System performing authenticationNetworkEntryBuilder.setSystemParticipant
(String userId, String altUserId, String userName, ActiveParticipantRoleIdCode roleId, String networkId) Sets the Active Participant of the Node or System entering or leaving the network