Interface MechanismConfiguration
-
- All Known Implementing Classes:
EmptyConfiguration,ExistingKeyStoreConfiguration,ExistingPropertiesRealmConfiguration,FileSystemRealmConfiguration,KeyStoreConfiguration,LocalUserConfiguration,PropertiesRealmConfiguration
public interface MechanismConfigurationThe set of attributes exposed by a mechanism configuration.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetExposedRealmName()StringgetRealmMapper()StringgetRealmName()StringgetRoleDecoder()StringgetRoleMapper()default List<String>getRoles()voidsetRealmMapperName(String constantMapper)default voidsetRoleMapper(String roleMapper)
-
-
-
Method Detail
-
getRealmName
String getRealmName()
-
getRoleDecoder
String getRoleDecoder()
-
getRoleMapper
String getRoleMapper()
-
setRoleMapper
default void setRoleMapper(String roleMapper)
-
getRealmMapper
String getRealmMapper()
-
getExposedRealmName
String getExposedRealmName()
-
setRealmMapperName
void setRealmMapperName(String constantMapper)
-
-