Interface | Description |
---|---|
STRParser |
This interface describes a pluggable way of extracting credentials from SecurityTokenReference
elements.
|
Class | Description |
---|---|
DerivedKeyTokenSTRParser |
This implementation of STRParser is for parsing a SecurityTokenReference element associated
with a DerivedKeyToken element.
|
EncryptedKeySTRParser |
This implementation of STRParser is for parsing a SecurityTokenReference element, found in the
KeyInfo element associated with an EncryptedKey element
|
SecurityTokenRefSTRParser |
This implementation of STRParser is for parsing a SecurityTokenReference element, found in the
KeyInfo element associated with an EncryptedData element.
|
SignatureSTRParser |
This implementation of STRParser is for parsing a SecurityTokenReference element, found in the
KeyInfo element associated with a Signature element.
|
STRParserParameters |
This class holds the parameters for parsing a SecurityTokenReference Element by a STRParser implementation.
|
STRParserResult |
This class holds the results from parsing a SecurityTokenReference Element by a STRParser implementation.
|
STRParserUtil |
Some utilities for the STRParsers.
|
Enum | Description |
---|---|
STRParser.REFERENCE_TYPE |
ISSUER_SERIAL - A certificate (chain) is located by the issuer name and serial number of the
(root) cert
THUMBPRINT_SHA1 - A certificate (chain) is located by the SHA1 thumbprint of the (root) cert
KEY_IDENTIFIER - A certificate (chain) is located via a Key Identifier Element
DIRECT_REF - A certificate (chain) is located directly via an Id to another security token
Note that a Thumbprint reference is also a KeyIdentifier, but takes precedence over it.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.