Package ch.patchcode.jback.secModel
Interface User<TOrganisation extends Organisation,TPerson extends Person,TPrincipal extends Principal<TPerson,TPrivilege,TAuthenticationMean>,TAuthenticationMean extends AuthenticationMean,TPrivilege extends Privilege,TRole extends Role<TOrganisation,TPerson,TPrivilege>>
-
public interface User<TOrganisation extends Organisation,TPerson extends Person,TPrincipal extends Principal<TPerson,TPrivilege,TAuthenticationMean>,TAuthenticationMean extends AuthenticationMean,TPrivilege extends Privilege,TRole extends Role<TOrganisation,TPerson,TPrivilege>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TPersongetPerson()TPrincipalgetPrincipal()ThePrincipalby which the user is authenticated.TRolegetRole()TheRolecurrently taken by the user.
-