Package org.apache.sshd.sftp.server
Class DefaultGroupPrincipal
- java.lang.Object
-
- org.apache.sshd.sftp.server.PrincipalBase
-
- org.apache.sshd.sftp.server.DefaultGroupPrincipal
-
- All Implemented Interfaces:
GroupPrincipal
,UserPrincipal
,Principal
public class DefaultGroupPrincipal extends PrincipalBase implements GroupPrincipal
- Author:
- Apache MINA SSHD Project
-
-
Constructor Summary
Constructors Constructor Description DefaultGroupPrincipal(String name)
-
-
-
Constructor Detail
-
DefaultGroupPrincipal
public DefaultGroupPrincipal(String name)
-
-