Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.open3sp.server.security
Interface User  view User download User.java

All Known Implementing Classes:
UserImpl

public interface User


Method Summary
 boolean containsRole(org.open3sp.server.roles.RoleDefinition role)
           
 java.lang.String getFullname()
           
 java.io.File getHomeDirectory()
           
 com.sshtools.j2ssh.transport.publickey.SshPrivateKey getPrivateKey(java.lang.String passphrase)
           
 com.sshtools.j2ssh.transport.publickey.SshPublicKey getPublicKey()
           
 java.util.List getRoles()
           
 java.lang.String getUsername()
           
 boolean isPassphraseChangeDue()
           
 

Method Detail

getUsername

public java.lang.String getUsername()

getFullname

public java.lang.String getFullname()

getRoles

public java.util.List getRoles()

containsRole

public boolean containsRole(org.open3sp.server.roles.RoleDefinition role)

isPassphraseChangeDue

public boolean isPassphraseChangeDue()

getPublicKey

public com.sshtools.j2ssh.transport.publickey.SshPublicKey getPublicKey()

getPrivateKey

public com.sshtools.j2ssh.transport.publickey.SshPrivateKey getPrivateKey(java.lang.String passphrase)
                                                                   throws org.open3sp.server.FrameworkException

getHomeDirectory

public java.io.File getHomeDirectory()