Uses of Class
de.xima.fc.mdl.auth.AuthenticationDataRequest
- 
Packages that use AuthenticationDataRequest Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.auth de.xima.fc.handler.interfaces.system de.xima.fc.handler.system  - 
- 
Uses of AuthenticationDataRequest in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type AuthenticationDataRequest Modifier and Type Method Description AuthenticationDataAuthenticationAPI. loadAuthenticationData(UserContext uc, AuthenticationDataRequest request) - 
Uses of AuthenticationDataRequest in de.xima.fc.auth
Constructors in de.xima.fc.auth with parameters of type AuthenticationDataRequest Constructor Description AuthenticationDataBuilder(UserContext uc, AuthenticationDataRequest authRequest) - 
Uses of AuthenticationDataRequest in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type AuthenticationDataRequest Modifier and Type Method Description AuthenticationDataIAuthenticationHandler. loadAuthRequestData(UserContext uc, AuthenticationDataRequest request)Reads the data required for authenticating a form request, including theform, theclient, and theauthenticator configurations. - 
Uses of AuthenticationDataRequest in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type AuthenticationDataRequest Modifier and Type Method Description AuthenticationDataAuthenticationHandler. loadAuthRequestData(UserContext uc, AuthenticationDataRequest request) 
 -