Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.ActiveParticipantRoleIdCode
Packages that use ActiveParticipantRoleIdCode
-
Uses of ActiveParticipantRoleIdCode in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return ActiveParticipantRoleIdCodeModifier and TypeMethodDescriptionstatic ActiveParticipantRoleIdCodeActiveParticipantRoleIdCode.enumForCode(String code) static ActiveParticipantRoleIdCodeReturns the enum constant of this class with the specified name.static ActiveParticipantRoleIdCode[]ActiveParticipantRoleIdCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActiveParticipantRoleIdCode in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event with parameters of type ActiveParticipantRoleIdCodeModifier 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