AuthorizationConfig


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: security

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  DynamicReload.authConfig
  SecurityCommon.authConfig



Attributes 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

useNativeAuthorization  -  @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).
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  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: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

authorizationProviders  -  * No description is available *
    Reference Type: AuthorizationProvider *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

defaultAuthorizationProvider  -  The default authorization provider to use cell-wide. Servers may override using server security config
    Reference Type: AuthorizationProvider @
    Containment:  false
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006