RoleCheckAuthorizer class

This authorizer provides only role-based authorization checks.

Syntax

public class RoleCheckAuthorizer

Remarks

It answers the checkRole method based on the principals and credentials contained in the specified subject. It scans for principals and credentials that implement the com.sybase.security.core.RoleCheck interface in order to perform the role check.