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

Quick Search    Search Deep

org.javahispano.canyamo.services.user
Interface User  view User download User.java

All Known Implementing Classes:
UserImpl

public interface User

Interface that capsels canyamo-user's information

Version:

Method Summary
 java.lang.String getActive()
          Gets user's active value
 java.lang.String getEmail()
          Returns user's email
 java.lang.String getLogin()
          Gets user's login name
 java.lang.String getName()
          Gets user's real name
 java.lang.String getPassword()
          Gets user's password (why?)
Probably to show it (altough encoded) in update-form
 boolean isInRole(java.lang.String role)
          Determines when a user has a given role
 boolean isUserActive()
          Determines if an user is active or it has been deactivaated by an administrator
 

Method Detail

getName

public java.lang.String getName()
Gets user's real name


getLogin

public java.lang.String getLogin()
Gets user's login name


getEmail

public java.lang.String getEmail()
Returns user's email


getPassword

public java.lang.String getPassword()
Gets user's password (why?)
Probably to show it (altough encoded) in update-form


isInRole

public boolean isInRole(java.lang.String role)
Determines when a user has a given role


isUserActive

public boolean isUserActive()
Determines if an user is active or it has been deactivaated by an administrator


getActive

public java.lang.String getActive()
Gets user's active value