Package org.apache.sshd.sftp.server
Class DefaultUserPrincipal
- java.lang.Object
-
- org.apache.sshd.sftp.server.PrincipalBase
-
- org.apache.sshd.sftp.server.DefaultUserPrincipal
-
- All Implemented Interfaces:
java.nio.file.attribute.UserPrincipal
,java.security.Principal
public class DefaultUserPrincipal extends PrincipalBase implements java.nio.file.attribute.UserPrincipal
-
-
Constructor Summary
Constructors Constructor Description DefaultUserPrincipal(java.lang.String name)
-
Method Summary
-
Methods inherited from class org.apache.sshd.sftp.server.PrincipalBase
equals, getName, hashCode, toString
-
-