Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.TokenHeaderData
| Package | Description |
|---|---|
| io.getlime.security.powerauth.lib.cmd.header | |
| io.getlime.security.powerauth.lib.cmd.steps.model | |
| io.getlime.security.powerauth.lib.cmd.steps.model.data |
-
Uses of TokenHeaderData in io.getlime.security.powerauth.lib.cmd.header
Methods in io.getlime.security.powerauth.lib.cmd.header with type parameters of type TokenHeaderData Modifier and Type Method Description <M extends TokenHeaderData>
TokenHeaderProviderPowerAuthHeaderFactory. getHeaderProvider(M model)Creates a token header provider instanceMethod parameters in io.getlime.security.powerauth.lib.cmd.header with type arguments of type TokenHeaderData Modifier and Type Method Description voidTokenHeaderProvider. addHeader(StepContext<? extends TokenHeaderData,?> stepContext)Adds a token header to the request context -
Uses of TokenHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement TokenHeaderData Modifier and Type Class Description classTokenAndEncryptStepModelModel representing parameters of the step for verifying token digest.classVerifyTokenStepModelModel representing parameters of the step for verifying token digest. -
Uses of TokenHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model.data
Subinterfaces of TokenHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model.data Modifier and Type Interface Description interfaceTokenAndEncryptionHeaderDataData used for computing a token and encryption header values.