Class KerberosExtensionAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- java.lang.Object
 - 
- de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties<TAuthenticator>
 - 
- de.xima.fc.security.authentication.model.properties.KerberosExtensionAuthenticatorProperties<TAuthenticator>
 
 
 
- 
- Type Parameters:
 TAuthenticator- the type of theIAuthenticator
- All Implemented Interfaces:
 IAuthenticatorProperties<TAuthenticator>,Serializable
public class KerberosExtensionAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends CommonRedirectAuthenticatorProperties<TAuthenticator>
Model class for the properties of an authenticator of typeEAuthClientType.KERBEROS_EXTENSION.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description KerberosExtensionAuthenticatorProperties(TAuthenticator authenticator) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAuthenticator()StringgetBaseDn()StringgetFilter()LonggetLdapConnectionId()voidsetBaseDn(String baseDn)voidsetFilter(String filter)voidsetLdapConnectionId(Long ldapConnectionId)- 
Methods inherited from class de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties
getRedirectTarget, getWindowHeight, getWindowWidth, setRedirectTarget, setWindowHeight, setWindowWidth 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
KerberosExtensionAuthenticatorProperties
public KerberosExtensionAuthenticatorProperties(TAuthenticator authenticator)
 
 - 
 
- 
Method Detail
- 
getLdapConnectionId
public Long getLdapConnectionId()
 
- 
setLdapConnectionId
public void setLdapConnectionId(Long ldapConnectionId)
 
- 
getBaseDn
public String getBaseDn()
 
- 
setBaseDn
public void setBaseDn(String baseDn)
 
- 
getFilter
public String getFilter()
 
- 
setFilter
public void setFilter(String filter)
 
- 
getAuthenticator
public T getAuthenticator()
- Specified by:
 getAuthenticatorin interfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
 
 - 
 
 -