Network Deployment (Distributed operating systems), v8.0 > Scripting the application serving environment (wsadmin) > Welcome to scripting for web services > Configure web services applications using wsadmin.sh
Configure secure sessions between clients and services using wsadmin.sh
Use wsadmin.sh, which supports the Jython and Jacl scripting language, to edit trust service configurations. Use the STSManagement command group to specify details related to secure sessions between clients and target services. The trust service uses the secure messaging mechanisms of the Web Services Trust (WS-Trust) specification to define additional extensions for issuing, exchanging, and validating security tokens. Use the STSManagement command group to configure the trust service using wsadmin. Complete any of the following tasks using the STSManagement commands:
Procedure
- Manage token provider configurations.
Use wsadmin.sh to manage token providers. Customize token providers by defining properties such as token type schema URI, handler factory, cache cushion time, class name, and token timeout. We can also allow or restrict the use of post-dated tokens, distributed cache, and renewable tokens after timeout.
- Query existing token provider configurations.
Use wsadmin.sh to query the existing trust service token provider configuration.
- Manage endpoint token assignments.
Use wsadmin.sh to assign, unassign, and modify endpoint token assignments.
- Refresh the configuration changes.
Use wsadmin.sh to force the trust service to reload the token provider configuration during run time. Complete this action to use new configuration changes before you restart the application server.
What to do next
Use the information center topics for managing token providers using the STSManagement group of commands and the AdminTask object.
Related
Query the trust service using wsadmin.sh
Manage existing token providers using wsadmin.sh
Add and remove token provider custom properties using wsadmin.sh
Associate token providers with endpoint services (targets) using wsadmin.sh
STSManagement command group