User Scope

There are two different types, or scopes, of users within the IBM Cúram Social Program Managementapplication: internal and external. The type of a user is determined in one of the following ways:

When the type of a user is external the implementation of the curam.util.security.ExternalAccessSecurity.getSecurityRole() method will be used to determine the user role instead of the internal security roles. Authorizing an External User should be consulted for further details on this method.

To support alternative methods for determining if a user is internal or external the custom interface, UserScope , is available. Consult Determining if a User is Internal or External using the UserScope Interface for more details.