- getAlgorithm() - Method in class io.helidon.security.provider.httpsign.InboundClientDefinition
-
Algorithm of signature used by this client.
- getAlgorithm() - Method in class io.helidon.security.provider.httpsign.OutboundTargetDefinition
-
Algorithm used by this signature.
- getHeader() - Method in class io.helidon.security.provider.httpsign.OutboundTargetDefinition
-
Header to store signature in.
- getHmacSharedSecret() - Method in class io.helidon.security.provider.httpsign.InboundClientDefinition
-
For hmac-sha256 algorithm, this provides access to a secret shared with the client.
- getHmacSharedSecret() - Method in class io.helidon.security.provider.httpsign.OutboundTargetDefinition
-
Shared secret for HMAC based algorithms.
- getKeyConfig() - Method in class io.helidon.security.provider.httpsign.InboundClientDefinition
-
For rsa-sha256 algorithm, this provides access to the public key of the client.
- getKeyConfig() - Method in class io.helidon.security.provider.httpsign.OutboundTargetDefinition
-
Private key configuration for RSA based algorithms.
- getKeyId() - Method in class io.helidon.security.provider.httpsign.InboundClientDefinition
-
The key id of this client.
- getKeyId() - Method in class io.helidon.security.provider.httpsign.OutboundTargetDefinition
-
Key id of this service (will be mapped by target service to validate signature).
- getPrincipalName() - Method in class io.helidon.security.provider.httpsign.InboundClientDefinition
-
The principal name of the client.
- getProviderClass() - Method in class io.helidon.security.provider.httpsign.HttpSignService
-
- getProviderInstance(Config) - Method in class io.helidon.security.provider.httpsign.HttpSignService
-
- getSignedHeadersConfig() - Method in class io.helidon.security.provider.httpsign.OutboundTargetDefinition
-
Configuration of method to headers to define headers to be signed.
- getSubjectType() - Method in class io.helidon.security.provider.httpsign.InboundClientDefinition
-
The type of principal we have authenticated (either user or service, defaults to service).