Class PropertiesRealmConfiguration
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.model.PropertiesRealmConfiguration
-
- All Implemented Interfaces:
MechanismConfiguration
public class PropertiesRealmConfiguration extends Object implements MechanismConfiguration
A configuration for a new properties realm.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description PropertiesRealmConfiguration(String name)PropertiesRealmConfiguration(String exposedRealmName, RelativeFile userPropertiesFile, RelativeFile groupPropertiesFile, String relativeTo, boolean plainText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExposedRealmName()StringgetGroupPropertiesFile()booleangetPlainText()StringgetRealmMapper()StringgetRealmName()StringgetRelativeTo()StringgetRoleDecoder()StringgetRoleMapper()StringgetUserPropertiesFile()voidsetRealmMapperName(String realmMapper)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.cli.impl.aesh.cmd.security.model.MechanismConfiguration
getRoles, setRoleMapper
-
-
-
-
Constructor Detail
-
PropertiesRealmConfiguration
public PropertiesRealmConfiguration(String exposedRealmName, RelativeFile userPropertiesFile, RelativeFile groupPropertiesFile, String relativeTo, boolean plainText) throws IOException
- Throws:
IOException
-
PropertiesRealmConfiguration
public PropertiesRealmConfiguration(String name) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getExposedRealmName
public String getExposedRealmName()
- Specified by:
getExposedRealmNamein interfaceMechanismConfiguration- Returns:
- the realmName
-
getRealmName
public String getRealmName()
- Specified by:
getRealmNamein interfaceMechanismConfiguration- Returns:
- the realmName
-
getRelativeTo
public String getRelativeTo()
- Returns:
- the relativeTo
-
getPlainText
public boolean getPlainText()
- Returns:
- the plainText
-
getUserPropertiesFile
public String getUserPropertiesFile() throws IOException
- Returns:
- the userPropertiesFile
- Throws:
IOException
-
getGroupPropertiesFile
public String getGroupPropertiesFile() throws IOException
- Returns:
- the groupPropertiesFile
- Throws:
IOException
-
getRoleDecoder
public String getRoleDecoder()
- Specified by:
getRoleDecoderin interfaceMechanismConfiguration
-
getRealmMapper
public String getRealmMapper()
- Specified by:
getRealmMapperin interfaceMechanismConfiguration
-
getRoleMapper
public String getRoleMapper()
- Specified by:
getRoleMapperin interfaceMechanismConfiguration
-
setRealmMapperName
public void setRealmMapperName(String realmMapper)
- Specified by:
setRealmMapperNamein interfaceMechanismConfiguration
-
-