Module org.glassfish.soteria
Interface CallerDetailsResolver
-
- All Known Implementing Classes:
ReflectionAndJaccCallerDetailsResolver
public interface CallerDetailsResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAllDeclaredCallerRoles()PrincipalgetCallerPrincipal()<T extends Principal>
Set<T>getPrincipalsByType(Class<T> pType)booleanisCallerInRole(String role)
-