Use Web Services Security SPIs
We can use the GenericSecurityTokenFactory SPIs to create security tokens for use by the WS-Security runtime. These security tokens can be used for, but are not be limited to, WSSAPIs, JAAS login modules, and custom security tokens.
Through various method signatures, we can use the GenericSecurityTokenFactory SPI to:
- Generate a dynamic UsernameToken using a stacked JAAS login module
- Create custom security tokens for Web services security
- Generate and consume custom tokens with the Generic Issue Login Modules.
- Generate and consume dynamic X.509 tokens using a stacked JAAS login module
- Generate a dynamic LTPA token using a stacked JAAS login module
- Generate a dynamic Kerberos token using a stacked JAAS login module
- Replace the authentication method of the UsernameToken consumer using a stacked JAAS login module
Subtopics
- Generate a dynamic UsernameToken using a stacked JAAS login module.
- Create a custom token for Web services security.
- Generate and consume custom tokens with the Generic Issue Login Modules.
- Generate and consume dynamic X.509 tokens using a stacked JAAS login module.
- Generate a dynamic LTPA token using a stacked JAAS login module.
- Generate a dynamic Kerberos token using a stacked JAAS login module.
- Replace the authentication method of the UsernameToken consumer.
- Generate and consume SAML tokens using stacked JAAS login modules
- Configure a UsernameToken caller configuration with no registry interaction
Related tasks
- Create custom security tokens for Web services security using the GenericSecurityTokenFactory SPIs