To use this class, override one or other of the two {@code isEntitled()} methods.
The simpler option is to override {@link #isEntitled(UserPrincipal,LiveDataSpecification)}.
The more complex option is to override the bulk {@link #isEntitled(UserPrincipal,Collection)}. This is advisable if you need to make a remote call to an external service and want your implementation to be efficient.
|
|