performAuthorization( AuthzRequest , Map< String, Object >, Map< String, Object >) method

This method implements the authorization logic behind a specific AuthzRequest type.

Syntax

abstract AuthzResponse performAuthorization ( AuthzRequest request , Map< String, Object > context , Map< String, Object > auditDetails ) throws SecException

Parameters

Returns

An AuthzResponse describing if the request was Denied or Permitted.

Exceptions