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.void
setAuthenticatorConfigs
(List<IAuthenticatorConfigWrapper> authConfigs) void
void
setProject
(Projekt project) void
setProjectAuthConfigs
(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