Package de.xima.fc.mdl.auth
Class AuthenticationData
java.lang.Object
de.xima.fc.mdl.auth.AuthenticationData
- All Implemented Interfaces:
Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetAuthenticatorConfigs(List<IAuthenticatorConfigWrapper> authConfigs) voidvoidsetProject(Projekt project) voidsetProjectAuthConfigs(LinkedHashMap<String, ProjectAuthenticatorConfig> projectAuthConfigs) Deprecated.UsesetAuthenticatorConfigs(List)insteadtoString()
-
Constructor Details
-
AuthenticationData
public AuthenticationData()
-
-
Method Details
-
getAuthenticatorConfigs
-
setAuthenticatorConfigs
-
getClient
- Returns:
- the client
-
setClient
- Parameters:
client- the client to set
-
getProject
- Returns:
- the project
-
setProject
- Parameters:
project- the project to set
-
toString
-
getProjectAuthConfigs
Deprecated.UsegetAuthenticatorConfigs()instead -
setProjectAuthConfigs
@Deprecated public void setProjectAuthConfigs(LinkedHashMap<String, ProjectAuthenticatorConfig> projectAuthConfigs) Deprecated.UsesetAuthenticatorConfigs(List)instead
-
getAuthenticatorConfigs()instead