This type is a class for model objects.
Specifies if a JACC (Java Authorization Contract for Containers) provider needs to be used for J2EE authorization. More information on this can be obtained from the J2EE specification.
Package: securityAttributes Summary | |
useNativeAuthorization : EBoolean | @deprecated since 6.0.0 When false, the default auth provider will be used, otherwise, one of the authorization providers will be used (default authorization provider). |
useJACCProvider : EBoolean | Specifies if a JACC provider needs to be used to make the J2EE authorization decisions. Enable this only when an external authorization provider that supports the JACC provider specification is configured to work with WebSphere. |
authorizationProviders : AuthorizationProvider * | * No description is available * |
defaultAuthorizationProvider : AuthorizationProvider @ | The default authorization provider to use cell-wide. Servers may override using server security config |
Attribute Details |