Package org.keycloak.federation.kerberos
Class CommonKerberosConfig
- java.lang.Object
- 
- org.keycloak.federation.kerberos.CommonKerberosConfig
 
- 
- Direct Known Subclasses:
- KerberosConfig,- LDAPProviderKerberosConfig
 
 public abstract class CommonKerberosConfig extends Object Common configuration useful for all providers- Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MultivaluedHashMap<String,String>userStorageConfig
 - 
Constructor SummaryConstructors Constructor Description CommonKerberosConfig(ComponentModel componentModel)CommonKerberosConfig(ComponentRepresentation componentRep)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MultivaluedHashMap<String,String>getConfig()StringgetKerberosRealm()StringgetKeyTab()StringgetServerPrincipal()booleanisAllowKerberosAuthentication()booleanisDebug()
 
- 
- 
- 
Field Detail- 
userStorageConfigprotected MultivaluedHashMap<String,String> userStorageConfig 
 
- 
 - 
Constructor Detail- 
CommonKerberosConfigpublic CommonKerberosConfig(ComponentModel componentModel) 
 - 
CommonKerberosConfigpublic CommonKerberosConfig(ComponentRepresentation componentRep) 
 
- 
 - 
Method Detail- 
getConfigprotected MultivaluedHashMap<String,String> getConfig() 
 - 
isAllowKerberosAuthenticationpublic boolean isAllowKerberosAuthentication() 
 - 
getKerberosRealmpublic String getKerberosRealm() 
 - 
getServerPrincipalpublic String getServerPrincipal() 
 - 
getKeyTabpublic String getKeyTab() 
 - 
isDebugpublic boolean isDebug() 
 
- 
 
-