- handleException(T) - Method in class com.naturalprogrammer.spring.lemon.exceptions.DefaultExceptionHandlerControllerAdvice
-
Handles exceptions
- hasPermission(UserDto<?>, String) - Method in class com.naturalprogrammer.spring.lemon.domain.AbstractUser
-
Called by spring security permission evaluator
to check whether the current-user has the given permission
on this entity.
- hasPermission(UserDto<?>, String) - Method in class com.naturalprogrammer.spring.lemon.domain.LemonEntity
-
Whether the given user has the given permission for
this entity.
- hasPermission(Authentication, Object, Object) - Method in class com.naturalprogrammer.spring.lemon.security.LemonPermissionEvaluator
-
Called by Spring Security to evaluate the permission
- hasPermission(Authentication, Serializable, String, Object) - Method in class com.naturalprogrammer.spring.lemon.security.LemonPermissionEvaluator
-
We need to override this method as well.
- hasRole(String) - Method in class com.naturalprogrammer.spring.lemon.domain.AbstractUser
-
- hideConfidentialFields() - Method in class com.naturalprogrammer.spring.lemon.domain.AbstractUser
-
Hides the confidential fields before sending to client
- HttpCookieOAuth2AuthorizationRequestRepository - Class in com.naturalprogrammer.spring.lemon.security
-
Cookie based repository for storing Authorization requests
- HttpCookieOAuth2AuthorizationRequestRepository(LemonProperties) - Constructor for class com.naturalprogrammer.spring.lemon.security.HttpCookieOAuth2AuthorizationRequestRepository
-
- httpStatus(HttpStatus) - Method in exception com.naturalprogrammer.spring.lemon.exceptions.MultiErrorException
-