Enabling an external JACC provider
Use this topic to enable an external JACC provider using the administrative console.
Before you begin
The Java™ Authorization Contract for Containers (JACC) defines a contract between Java Platform, Enterprise Edition (Java EE) containers and authorization providers. This contract enables any third-party authorization providers to plug into a Java EE 5 application server, such as WebSphere® Application Server to make the authorization decisions when a Java EE resource is accessed.
Procedure
- From the WebSphere Application Server administrative console, click Security > Global security > External authorization providers.
- Under Related items, click External JACC provider.
- The fields are set for Tivoli® Access Manager by default. If you do not plan to use Tivoli Access Manager as the JACC provider, replace these fields with the details for your own external JACC provider.
- If any custom properties are required by the JACC provider, click Custom properties under Additional properties and enter the properties. When using the Tivoli Access Manager, use the Tivoli Access Manager properties link instead of the Custom properties link. For more information, see Configuring the JACC provider for Tivoli Access Manager using the administrative console.
- On the External authorization providers panel, select the External authorization using a JACC provider option and click OK.
- Complete the remaining steps to enable security. If you are using Tivoli Access Manager, you must select LDAP as the user registry and use the same LDAP server. For more information on configuring LDAP registries, see Configuring Lightweight Directory Access Protocol user registries.
- Verify that all of the changes are synchronized across all nodes.
- In a multinode environment,
stop and start the deployment manager configuration.
Issue the following commands:
profile_root/bin/stopManager.bat -username user_name -password password profile_root/bin/startManager.bat
Issue the following commands on the Qshell command line:
profile_root/bin/stopManager -username user_name -password password profile_root/bin/startManager
- Restart all servers to make these changes effective.
Subtopics
Configuring the JACC provider for Tivoli Access Manager using the administrative console
Use this task to configure Tivoli Access Manager as the Java Authorization Contract for Containers (JACC) provider using the administrative console.Administering security users and roles with Tivoli Access Manager
Use these steps to manage user-to-role mappings and user-to-group mappings for applications.Configuring Tivoli Access Manager groups
Use these steps to configure the WebSphere Application Server administrative console to add objects of the accessGroup class to the list of object classes that represent user registry groups.Configuring additional authorization servers for Tivoli Access Manager
Tivoli Access Manager secure domains can contain more than one authorization server. Having multiple authorization servers is useful for providing a failover capability as well as improving performance when the volume of access requests is large.Logging Tivoli Access Manager security
Use this topic to enable the trace specification to indicate tracing at the required level.Interfaces that support JACC
WebSphere Application Server provides the RoleConfigurationFactory and the RoleConfiguration interfaces, which are similar to PolicyConfigurationFactory and PolicyConfiguration interfaces so the information that is stored in the bindings file can be propagated to the provider during installation. The implementation of these interfaces is optional.Enabling the JACC provider for Tivoli Access Manager
The Java Authorization Contract for Container (JACC) provider for Tivoli Access Manager is configured by default. Use this topic to enable the JACC provider for Tivoli Access Manager.Enabling embedded Tivoli Access Manager
Embedded Tivoli Access Manager is not enabled by default, and you need to configure it for use.TAMConfig command group for the AdminTask object
You can use the Jython or Jacl scripting languages to configure embedded IBM® Tivoli Access Manager with the wsadmin tool. The commands and parameters in the TAMConfig group can be used to configure or unconfigure Tivoli Access Manager.Disabling embedded Tivoli Access Manager client using the administrative console
To unconfigure the JACC provider for Tivoli Access Manager, you can use the WebSphere Application Server administrative console.Forcing the unconfiguration of the Tivoli Access Manager JACC provider
If you find you cannot restart WebSphere Application Server after configuring the JACC provider for Tivoli Access Manager a utility is available to clear the security configuration and return WebSphere Application Server to an operable state.Propagating security policies and roles for previously deployed applications
Use this task to propagate security policies and roles to the external Java Authorization Contract for Containers (JACC) provider.
Related concepts:
Related tasks:


File name: tsec_jaccenable.html