Class Grant
- java.lang.Object
-
- io.mateu.mdd.core.model.authentication.Grant
-
@Entity public class Grant extends Object
holder for a permission grant to user. It also defines the scope of the grant (e.g. a hotel, a customer, an office, ...) Created by miguel on 13/9/16.
-
-
Constructor Detail
-
Grant
public Grant(User u, Permission p)
-
Grant
public Grant()
-
-