public class PropertiesRealmConfiguration extends Object implements MechanismConfiguration
| Constructor and Description |
|---|
PropertiesRealmConfiguration(String name) |
PropertiesRealmConfiguration(String exposedRealmName,
RelativeFile userPropertiesFile,
RelativeFile groupPropertiesFile,
String relativeTo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExposedRealmName() |
String |
getGroupPropertiesFile() |
String |
getRealmMapper() |
String |
getRealmName() |
String |
getRelativeTo() |
String |
getRoleDecoder() |
String |
getRoleMapper() |
String |
getUserPropertiesFile() |
void |
setRealmMapperName(String realmMapper) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRoles, setRoleMapperpublic PropertiesRealmConfiguration(String exposedRealmName, RelativeFile userPropertiesFile, RelativeFile groupPropertiesFile, String relativeTo) throws IOException
IOExceptionpublic PropertiesRealmConfiguration(String name) throws IOException
IOExceptionpublic String getExposedRealmName()
getExposedRealmName in interface MechanismConfigurationpublic String getRealmName()
getRealmName in interface MechanismConfigurationpublic String getRelativeTo()
public String getUserPropertiesFile() throws IOException
IOExceptionpublic String getGroupPropertiesFile() throws IOException
IOExceptionpublic String getRoleDecoder()
getRoleDecoder in interface MechanismConfigurationpublic String getRealmMapper()
getRealmMapper in interface MechanismConfigurationpublic String getRoleMapper()
getRoleMapper in interface MechanismConfigurationpublic void setRealmMapperName(String realmMapper)
setRealmMapperName in interface MechanismConfigurationCopyright © 2018 JBoss by Red Hat. All rights reserved.