Uses of Interface
io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthentication
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.spring.authentication | |
| io.getlime.security.powerauth.rest.api.spring.authentication.impl |
-
Uses of PowerAuthAuthentication in io.getlime.security.powerauth.rest.api.spring.authentication
Subinterfaces of PowerAuthAuthentication in io.getlime.security.powerauth.rest.api.spring.authentication Modifier and Type Interface Description interfacePowerAuthSignatureAuthenticationPowerAuth authentication object used between PowerAuth Client and intermediate server application (such as mobile banking API).interfacePowerAuthTokenAuthenticationInterface for authentication objects used for simple token-based authentication. -
Uses of PowerAuthAuthentication in io.getlime.security.powerauth.rest.api.spring.authentication.impl
Classes in io.getlime.security.powerauth.rest.api.spring.authentication.impl that implement PowerAuthAuthentication Modifier and Type Class Description classPowerAuthSignatureAuthenticationImplPowerAuth authentication object used between PowerAuth Client and intermediate server application (such as mobile banking API).classPowerAuthTokenAuthenticationImplImplementation of thePowerAuthTokenAuthenticationinterface, with Spring Security objects.