public interface STRParser
Modifier and Type | Interface and Description |
---|---|
static class |
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.
|
Modifier and Type | Method and Description |
---|---|
STRParserResult |
parseSecurityTokenReference(STRParserParameters parameters)
Parse a SecurityTokenReference element and extract credentials.
|
STRParserResult parseSecurityTokenReference(STRParserParameters parameters) throws WSSecurityException
parameters
- The parameters to parseWSSecurityException
Copyright © 2017 JBoss by Red Hat. All rights reserved.