Uses of Interface
ch.patchcode.jback.secModel.Privilege
-
-
Uses of Privilege in ch.patchcode.jback.secModel
Classes in ch.patchcode.jback.secModel with type parameters of type Privilege Modifier and Type Interface Description interfacePrincipal<TPerson extends Person,TPrivilege extends Privilege,TAuthenticationMean extends AuthenticationMean>Something that can be authenticated through someAuthenticationMeans and then has somePrivileges.interfaceRole<TOrganisation extends Organisation,TPerson extends Person,TPrivilege extends Privilege>Some role, taken by a particularPersonin a particularOrganisationwith some particularPrivileges.interfaceUser<TOrganisation extends Organisation,TPerson extends Person,TPrincipal extends Principal<TPerson,TPrivilege,TAuthenticationMean>,TAuthenticationMean extends AuthenticationMean,TPrivilege extends Privilege,TRole extends Role<TOrganisation,TPerson,TPrivilege>>
-