This type is a class for model objects.
Configuration for a type of security authentication mechanism. Authentication mechanisms are used to determine whether users are permitted to access applications.
Package: security| Attributes Summary | |
| OID : EString | A GSS-unique identifier for a security mechanism. For example, "1.3.18.0.2.30.2" for ibm-LTPA |
| isCredentialForwardable : EBoolean | Should set to true if an AuthMechanism generates a security token which can be validated. |
| authContextImplClass : EString | Specifies the class that implements the WSSecurityContext interface which is invoked by CSIv2 security protocol when establishing a secure association. |
| authConfig : EString | Specifies the class that implements the LoginModule interface that provides the authentication mechanism. |
| simpleAuthConfig : EString | Specifies the class that implements the LoginModule interface that provides the authentication mechanism. This attribute may be removed in a future release. |
| authValidationConfig : EString | Specifies the class that implements the LoginModule interface that provides the security token validation mechanism. This attribute may be removed in a future release. |
| trustAssociation : TrustAssociation @ | Specifies the trust association configuration including a enable flag and a list of trust association interceptor implementations. |
| singleSignon : SingleSignon @ | Specifies the single sign-on configuration including enable flag and a SSO domain name. |
| properties : Property * | Contains a list of name-value pairs that may be used by the Security Server internal code. |
| digestAuthentication : DigestAuthentication @ | * No description is available * |
| Attribute Details |