Uses of Class
io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.spring.authentication | |
| io.getlime.security.powerauth.rest.api.spring.authentication.impl |
-
Uses of AuthenticationContext in io.getlime.security.powerauth.rest.api.spring.authentication
Methods in io.getlime.security.powerauth.rest.api.spring.authentication that return AuthenticationContext Modifier and Type Method Description AuthenticationContextPowerAuthActivation. getAuthenticationContext()Get PowerAuth authentication context.AuthenticationContextPowerAuthApiAuthentication. getAuthenticationContext()Get PowerAuth authentication context.Methods in io.getlime.security.powerauth.rest.api.spring.authentication with parameters of type AuthenticationContext Modifier and Type Method Description voidPowerAuthActivation. setAuthenticationContext(AuthenticationContext authenticationContext)Set PowerAuth authentication context.voidPowerAuthApiAuthentication. setAuthenticationContext(AuthenticationContext authenticationContext)Set PowerAuth authentication context. -
Uses of AuthenticationContext in io.getlime.security.powerauth.rest.api.spring.authentication.impl
Methods in io.getlime.security.powerauth.rest.api.spring.authentication.impl that return AuthenticationContext Modifier and Type Method Description AuthenticationContextPowerAuthActivationImpl. getAuthenticationContext()AuthenticationContextPowerAuthApiAuthenticationImpl. getAuthenticationContext()Methods in io.getlime.security.powerauth.rest.api.spring.authentication.impl with parameters of type AuthenticationContext Modifier and Type Method Description voidPowerAuthActivationImpl. setAuthenticationContext(AuthenticationContext authenticationContext)voidPowerAuthApiAuthenticationImpl. setAuthenticationContext(AuthenticationContext authenticationContext)Constructors in io.getlime.security.powerauth.rest.api.spring.authentication.impl with parameters of type AuthenticationContext Constructor Description PowerAuthApiAuthenticationImpl(String activationId, String userId, Long applicationId, List<String> applicationRoles, List<String> activationFlags, AuthenticationContext authenticationContext)Constructor for a new PowerAuthApiAuthenticationImpl.