Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The access-control.xml file contains a bean called shibboleth.AccessControlPolicies that is a map of policy names to beans implementing particular access control strategies. You can follow the example provided to alter the existing policy or create your own.

The policies defined here are primarily applied to administrative functions via the conf/admin.xml file.

The AccessControl API is implemented based on three inputs:

...

Expand
titleBeans

Beans defined in access-control.xml and related system files follow:

Bean ID

Type

Description

shibboleth.AccessControlPolicies

Map<String,AccessControl>

Map of policy names to access control objects/rules

shibboleth.IPRangeAccessControl

IPRangeAccessControl

Parent bean for creating IP range checking access control rules

shibboleth.PredicateAccessControl

PredicateAccessControl

Parent bean for creating Predicate-based access control rules

...