AuthorizationConfig

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.



Attributes Summary
useNativeAuthorization : boolean@deprecated since 6.
useJACCProvider : booleanSpecifies if a JACC provider needs to be used to make the J2EE authorization decisions.
authorizationProviders : AuthorizationProvider *  
defaultAuthorizationProvider : AuthorizationProvider@ The default authorization provider to use cell-wide.

Attribute Details

useNativeAuthorization    -    @deprecated since 6.0.0When false, the default auth provider will be used, otherwise, one of the authorization providers will be used (default authorization provider).
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



useJACCProvider    -    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.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



authorizationProviders    -     
     data type: AuthorizationProvider*



defaultAuthorizationProvider    -    The default authorization provider to use cell-wide. Servers may override using server security config
     data type: AuthorizationProvider@


Copyright IBM Corp. 1997-2004