Attributes Summary |
OID : String | A GSS-unique identifier for a security mechanism.
|
isCredentialForwardable : boolean | Should set to true if an AuthMechanism generates a security token which can be validated.
|
authContextImplClass : String | Specifies the class that implements the WSSecurityContext interface which is invoked by CSIv2 security protocol when establishing a secure association.
|
authConfig : String | Specifies the class that implements the LoginModule interface that provides the authentication mechanism.
|
simpleAuthConfig : String | Specifies the class that implements the LoginModule interface that provides the authentication mechanism.
|
authValidationConfig : String | Specifies the class that implements the LoginModule interface that provides the security token validation mechanism.
|
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.
|