All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jrtps.udds.security.XmlAccessControlService Maven / Gradle / Ivy

package net.sf.jrtps.udds.security;

class XmlAccessControlService {
	private ParticipantSecurityAttributes pSecAttrs;
    private EndpointSecurityAttributes eSecAttrs;


    public XmlAccessControlService() {
	}
	
	
	public ParticipantSecurityAttributes getParticipantSecurityAttributes() {
	    return pSecAttrs;
	}

	public EndpointSecurityAttributes getEndpointSecurityAttributes() {
	    return eSecAttrs;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy