Uses of Class
io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuth
-
Packages that use PowerAuth Package Description io.getlime.security.powerauth.rest.api.spring.controller.v2 io.getlime.security.powerauth.rest.api.spring.controller.v3 -
-
Uses of PowerAuth in io.getlime.security.powerauth.rest.api.spring.controller.v2
Methods in io.getlime.security.powerauth.rest.api.spring.controller.v2 with annotations of type PowerAuth Modifier and Type Method Description io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.v2.TokenCreateResponse>TokenController. createToken(io.getlime.core.rest.model.base.request.ObjectRequest<io.getlime.security.powerauth.rest.api.model.request.v2.TokenCreateRequest> request, io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication authentication)Create token.io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.v3.TokenRemoveResponse>TokenController. removeToken(io.getlime.core.rest.model.base.request.ObjectRequest<io.getlime.security.powerauth.rest.api.model.request.v3.TokenRemoveRequest> request, io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication authentication)Remove token.io.getlime.core.rest.model.base.response.ResponseSignatureController. validateSignature(io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication auth)Validate signature by validating any data sent in request to this end-point. -
Uses of PowerAuth in io.getlime.security.powerauth.rest.api.spring.controller.v3
Methods in io.getlime.security.powerauth.rest.api.spring.controller.v3 with annotations of type PowerAuth Modifier and Type Method Description io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponseRecoveryController. confirmRecoveryCode(io.getlime.security.powerauth.rest.api.model.request.v3.EciesEncryptedRequest request, io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication authentication)Confirm recovery code.io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponseTokenController. createToken(io.getlime.security.powerauth.rest.api.model.request.v3.EciesEncryptedRequest request, io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication authentication)Create token.io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.v3.TokenRemoveResponse>TokenController. removeToken(io.getlime.core.rest.model.base.request.ObjectRequest<io.getlime.security.powerauth.rest.api.model.request.v3.TokenRemoveRequest> request, io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication authentication)Remove token.io.getlime.core.rest.model.base.response.ResponseSignatureController. validateSignature(io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication auth)Validate signature by validating any data sent in request to this end-point.
-