@FunctionalInterface public interface SecurityProvider
Modifier and Type | Method and Description |
---|---|
Provider |
getProvider(String keyId) |
Provider getProvider(String keyId)
keyId
- is used as lookup to find the correct configured security provider for this keyId
The keyId is sent in the message together with the signaturenull
)IllegalArgumentException
- if it can't provide a public key based on keyIdApache CXF