Class EmptyConfiguration
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.model.EmptyConfiguration
-
- All Implemented Interfaces:
MechanismConfiguration
public class EmptyConfiguration extends Object implements MechanismConfiguration
An empty mechanism configuration- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description EmptyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExposedRealmName()StringgetRealmMapper()StringgetRealmName()StringgetRoleDecoder()StringgetRoleMapper()voidsetRealmMapperName(String constantMapper)-
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
-
-
-
-
Method Detail
-
getRealmName
public String getRealmName()
- Specified by:
getRealmNamein interfaceMechanismConfiguration
-
getRoleDecoder
public String getRoleDecoder()
- Specified by:
getRoleDecoderin interfaceMechanismConfiguration
-
getRoleMapper
public String getRoleMapper()
- Specified by:
getRoleMapperin interfaceMechanismConfiguration
-
getRealmMapper
public String getRealmMapper()
- Specified by:
getRealmMapperin interfaceMechanismConfiguration
-
getExposedRealmName
public String getExposedRealmName()
- Specified by:
getExposedRealmNamein interfaceMechanismConfiguration
-
setRealmMapperName
public void setRealmMapperName(String constantMapper)
- Specified by:
setRealmMapperNamein interfaceMechanismConfiguration
-
-