Class Realm
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.model.Realm
-
public class Realm extends Object
Realm model.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()MechanismConfigurationgetConfig()StringgetConstantMapper()StringgetResourceName()
-
-
-
Method Detail
-
getConstantMapper
public String getConstantMapper()
-
getResourceName
public String getResourceName()
-
exists
public boolean exists()
- Returns:
- the exists
-
getConfig
public MechanismConfiguration getConfig()
- Returns:
- the config
-
-