Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.TokenHeaderData
Packages that use TokenHeaderData
Package
Description
-
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 TokenHeaderDataModifier and TypeMethodDescription<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 TokenHeaderDataModifier and TypeMethodDescriptionvoidTokenHeaderProvider.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 TokenHeaderDataModifier and TypeClassDescriptionclassModel representing parameters of the step for verifying token digest.classModel 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.dataModifier and TypeInterfaceDescriptioninterfaceData used for computing a token and encryption header values.