Asserts the corresponding Subject/user has all of the specified roles by returning quietly if they do or
throwing an {@link AuthorizationException} if they do not.
@param subjectPrincipal the application-specific subject/user identifier.
@param roleIdentifiers the application-specific role identifiers to check (usually role ids or role names).
@throws AuthorizationException
if the user does not have all of the specified roles.
Asserts the corresponding Subject/user has all of the specified roles by returning quietly if they do or throwing an {@link AuthorizationException} if they do not.
@param subjectPrincipal the application-specific subject/user identifier. @param roleIdentifiers the application-specific role identifiers to check (usually role ids or role names). @throws AuthorizationException if the user does not have all of the specified roles.