An evidence decoder that derives the principal associated with the given evidence from an X.509 subject alternative name from the first certificate in the given evidence.
Type | STRING |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Allowed Values |
registeredID iPAddress rfc822Name dNSName directoryName uniformResourceIdentifier |
Stability Level | default |
Raw DMR model |
|
Type | INT |
Default Value | 0 |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Min | 0 |
Max | 2147483647 |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
alt-name-type | STRING | true | true | The subject alternative name type to decode from the given evidence. Allowed values: 'rfc822Name', 'dNSName', 'directoryName', 'uniformResourceIdentifier', 'iPAddress', 'registeredID' | |
segment | INT | false | true | 0 | The 0-based occurrence of the subject alternative name to map. This attribute is optional and only used when there is more than one subject alternative name of the given alt-name-type. The default value is 0. |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.elytron.x509-subject-alt-name-evidence-decoder">
<param name="x509-subject-alt-name-evidence-decoder" value="{resource name}"/>
<param name="alt-name-type" value="{value}"/>
<param name="segment" value="{value}"/>
<feature/>