Package de.xima.fc.mdl.auth
Class AuthenticationData
- java.lang.Object
-
- de.xima.fc.mdl.auth.AuthenticationData
-
- All Implemented Interfaces:
Serializable
public class AuthenticationData extends Object implements Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<IAuthenticatorConfigWrapper>getAuthenticatorConfigs()MandantgetClient()ProjektgetProject()LinkedHashMap<String,ProjectAuthenticatorConfig>getProjectAuthConfigs()Deprecated.UsegetAuthenticatorConfigs()insteadvoidsetAuthenticatorConfigs(List<IAuthenticatorConfigWrapper> authConfigs)voidsetClient(Mandant client)voidsetProject(Projekt project)voidsetProjectAuthConfigs(LinkedHashMap<String,ProjectAuthenticatorConfig> projectAuthConfigs)Deprecated.UsesetAuthenticatorConfigs(List)instead
-
-
-
Method Detail
-
getAuthenticatorConfigs
public List<IAuthenticatorConfigWrapper> getAuthenticatorConfigs()
-
setAuthenticatorConfigs
public void setAuthenticatorConfigs(List<IAuthenticatorConfigWrapper> authConfigs)
-
getClient
public Mandant getClient()
- Returns:
- the client
-
setClient
public void setClient(Mandant client)
- Parameters:
client- the client to set
-
getProject
public Projekt getProject()
- Returns:
- the project
-
setProject
public void setProject(Projekt project)
- Parameters:
project- the project to set
-
getProjectAuthConfigs
@Deprecated public LinkedHashMap<String,ProjectAuthenticatorConfig> getProjectAuthConfigs()
Deprecated.UsegetAuthenticatorConfigs()instead
-
setProjectAuthConfigs
@Deprecated public void setProjectAuthConfigs(LinkedHashMap<String,ProjectAuthenticatorConfig> projectAuthConfigs)
Deprecated.UsesetAuthenticatorConfigs(List)instead
-
-