Adjustment of the Sequence of Active Security Providers

Security provider instances are grouped together by their provider types (attribution provider, audit provider, authentication provider, and authorization provider) and ordered in a sequence.

The following methods adjust the sequence of security providers in each group.

Syntax

void SUPSecurityConfiguration.moveDownActiveAttributionProvider(attributionProviderID)
void SUPSecurityConfiguration.moveDownActiveAuditProvider(auditProviderID)
void SUPSecurityConfiguration.moveDownActiveAuthenticationProvider(authenticationProviderID)
void SUPSecurityConfiguration.moveDownActiveAuthorizationProvider(authorizationProviderID)


void SUPSecurityConfiguration.moveUpActiveAttributionProvider(attributionProviderID)
void SUPSecurityConfiguration.moveUpActiveAuditProvider(auditProviderID)
void SUPSecurityConfiguration.moveUpActiveAuthenticationProvider(authenticationProviderID)
void SUPSecurityConfiguration.moveUpActiveAuthorizationProvider(authorizationProviderID)

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples