Module jdk.net
Package jdk.net

Record Class UnixDomainPrincipal

java.lang.Object
java.lang.Record
jdk.net.UnixDomainPrincipal
Record Components:
user - the user identity
group - the group identity

public record UnixDomainPrincipal(UserPrincipal user, GroupPrincipal group) extends Record
Represents the credentials of a peer connected to a Unix domain socket.
Since:
16