Uses of Class
de.xima.fc.api.rest.pub.client.security.model.AuthenticationTokenResponse
Packages that use AuthenticationTokenResponse
Package
Description
-
Uses of AuthenticationTokenResponse in de.xima.fc.api.rest.pub.client.security.api
Methods in de.xima.fc.api.rest.pub.client.security.api that return types with arguments of type AuthenticationTokenResponseModifier and TypeMethodDescriptionAuthenticationApi.Refresh.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.AuthenticationApi.Refresh.requestJson_v1_0()Calls the API with theAcceptheader set toapplication/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8. -
Uses of AuthenticationTokenResponse in de.xima.fc.api.rest.pub.client.security.model
Methods in de.xima.fc.api.rest.pub.client.security.model that return AuthenticationTokenResponseModifier and TypeMethodDescriptionAuthenticationTokenResponse.accessToken(String accessToken) Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.MfaVerificationResponse.getToken()Get tokenAuthenticationResponse.getTokenResponse()Get tokenResponseCreates a new model with the given enum and no other data.AuthenticationTokenResponse.idTokenExpiresIn(Long idTokenExpiresIn) Creates a new model with the given enum and no other data.AuthenticationTokenResponse.refreshExpiresIn(Long refreshExpiresIn) Creates a new model with the given enum and no other data.AuthenticationTokenResponse.refreshToken(String refreshToken) Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.Methods in de.xima.fc.api.rest.pub.client.security.model with parameters of type AuthenticationTokenResponseModifier and TypeMethodDescriptionvoidMfaVerificationResponse.setToken(AuthenticationTokenResponse token) voidAuthenticationResponse.setTokenResponse(AuthenticationTokenResponse tokenResponse) MfaVerificationResponse.token(AuthenticationTokenResponse token) Creates a new model with the given enum and no other data.AuthenticationResponse.tokenResponse(AuthenticationTokenResponse tokenResponse) Creates a new model with the given enum and no other data. -
Uses of AuthenticationTokenResponse in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec that return types with arguments of type AuthenticationTokenResponseModifier and TypeMethodDescriptionIUsersApi.login(IUserPortalInvocationContext ctx, BaseAuthenticatorResource client, String username, String password) Authenticates a user and returns the user.IUsersApi.login(IUserPortalInvocationContext ctx, String clientName, String username, String password) Authenticates a user and returns the user. -
Uses of AuthenticationTokenResponse in de.xima.fc.user_portal.integration.security.user
Methods in de.xima.fc.user_portal.integration.security.user with parameters of type AuthenticationTokenResponseModifier and TypeMethodDescriptionvoidUserPortalUserManager.login(String clientName, AuthenticationTokenResponse tokenResponse, boolean isMfaAuthenticated) -
Uses of AuthenticationTokenResponse in de.xima.fc.user_portal.session
Methods in de.xima.fc.user_portal.session with parameters of type AuthenticationTokenResponseModifier and TypeMethodDescriptionvoidIUserPortalUserManager.login(String clientName, AuthenticationTokenResponse tokenResponse, boolean isMfaAuthenticated) Logs in a user with the given token response.