Uses of Class
de.xima.fc.auth.AuthLoginUrlBuilder
Packages that use AuthLoginUrlBuilder
-
Uses of AuthLoginUrlBuilder in de.xima.fc.auth
Methods in de.xima.fc.auth that return AuthLoginUrlBuilderModifier and TypeMethodDescriptionAuthLoginUrlBuilder.withAuthenticationTarget
(IAuthenticationTarget authenticationTarget) The authentication target for which authentication should be performed.AuthLoginUrlBuilder.withAuthenticationTarget
(String authenticationTarget) The authentication target for which authentication should be performed.AuthLoginUrlBuilder.withParameter
(String key, String value) Adds an additional request parameter to the login URI.AuthLoginUrlBuilder.withParameters
(Map<String, String> parameters) Adds all the entries of the given map as additional request parameter to the login URI.