This type is a class for model objects.
Configuration of global security settings for a managed domain.
Package: securityAttributes Summary | |
useLocalSecurityServer : EBoolean | Specifies whether an application server should uses a locla instance of security server or to use the security server in the node agent on the local node, on a remote node, or in cell manager, in that order. |
useDomainQualifiedUserNames : EBoolean | When true, user names returned by getUserPrincipal()-like calls, will be qualified with the security domain they reside within. |
enabled : EBoolean | Whether global security is enabled. When security is not enabled, all other security settings are ignored. |
cacheTimeout : EInt | Number of milliseconds after which the authentication cache will be refreshed. Caching can improve performance with respect to authorization lookups. |
issuePermissionWarning : EBoolean | If enabld, warning will be issued during application installation if an application requires some Java 2 Permission's that normally should not be granted to applications. The filter.policy file contains a list of permissions that applications should not have according to J2EE 1.3 Specification. |
allowAllPermissionForApplication : EBoolean | Not in use. May be removed in a future release. |
activeProtocol : IIOPSecurityProtocolKind | Specifies active IIOP security authentication protocol when security is enabled. Possible values are CSI (CSIv2), IBM, or BOTH. |
enforceJava2Security : EBoolean | When set to true, WebSphere will enforce Java 2 Security permission checking. When set to false, WebSphere Java 2 Security Manager will not be installed and all Java 2 Security permission checking is disabled. |
enableJava2SecRuntimeFiltering : EBoolean | Enable Java 2 Security Permission runtime filtering. Runtime filtering is enabled by default. It is strongly recommended not to disable runtime permission filtering. |
enforceFineGrainedJCASecurity : EBoolean | Enable fine grained access control when looking up user id and password using the WSPrincipalMappingLoginModule in a programatic JAAS login in application code. |
appEnabled : EBoolean | This system flag will be set to true by WebSphere when secure applications were detected |
dynamicallyUpdateSSLConfig : EBoolean | * No description is available * |
internalServerId : EString | This is the Server ID use internally by WAS |
activeAuthMechanism : AuthMechanism @ | The authentication mechanism that will be used when WebSphere Application Server security is enabled. |
authMechanisms : AuthMechanism * | A list of authentication mechanisms configured in the system. Only one of the authentication mechanisms can be active in the system at a time. |
userRegistries : UserRegistry * | The configuration for a registry of users defined in the system. There may many types of user registries. User registry configuration is required at the time that sercurity configuration is enabled. The default type of user registry is Local Operating System (because the default authentication mechanism is LocalOSAuthentication). |
activeUserRegistry : UserRegistry @ | Specifies the active User Registry when security is enabled. |
authConfig : AuthorizationConfig @ | Not in use. Reserved by IBM for Future Use. |
applicationLoginConfig : JAASConfiguration @ | Specifies a list of JAAS login configuration to be used by application code including EJBs, JSPs, Servlets, and Resource Adpapters. |
CSI : IIOPSecurityProtocol @ | Specifies configuration of the OMG CSIv2 security protocol. |
IBM : IIOPSecurityProtocol @ | Specifies configuration of the IBM SAS security protocol that is used by WebSphere 3.x and 4.x application server products. |
repertoire : SSLConfig * | Specifies a list of SSL configurations. |
systemLoginConfig : JAASConfiguration @ | Specifies a list of JAAS login configuration to be used by system resources including authentication mechanism and principal and credential mapping. |
authDataEntries : JAASAuthData * | Specifies a list of userid and password for use by Java 2 Connector default principal mapping module and by DataSource. |
defaultSSLSettings : SSLConfig @ | Specify a configuration for using Secure Sockets Layer (SSL) support, such as the security level and whether SSL support is enabled. |
authorizationTableImpl : AuthorizationTableImpl @ | Not used and may be removed in a future release. |
roleBasedAuthorization : RoleBasedAuthorization * | Specifies a list of system components that use the generalized Role Based Authorization for access control. |
properties : Property * | One usage of the properties list is for backward compatibility with previous releases of WebSphere products. |
additionalSecAttrs : DescriptiveProperty * | * No description is available * |
webAuthAttrs : DescriptiveProperty * | * No description is available * |
managementScopes : ManagementScope * | * No description is available * |
keyStores : KeyStore * | * No description is available * |
trustManagers : TrustManager * | * No description is available * |
keyManagers : KeyManager * | * No description is available * |
keySetGroups : KeySetGroup * | * No description is available * |
keySets : KeySet * | * No description is available * |
wsPasswords : WSPassword * | * No description is available * |
wsPasswordEncryptions : WSPasswordEncryption * | * No description is available * |
wsPasswordLocators : WSPasswordLocator * | * No description is available * |
wsSchedules : WSSchedule * | * No description is available * |
wsNotifications : WSNotification * | * No description is available * |
wsCertificateExpirationMonitor : WSCertificateExpirationMonitor @ | * No description is available * |
sslConfigGroups : SSLConfigGroup * | * No description is available * |
dynamicSSLConfigSelections : DynamicSSLConfigSelection * | * No description is available * |
Attribute Details |