Interface SecurityContext
-
public interface SecurityContextThis interface should be used to get security subject and perform checks for specific permissions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecuritySubjectsubject()
-
-
-
Method Detail
-
subject
SecuritySubject subject()
- Returns:
- Security subject.
-
-