Class KeyStoreConfiguration
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.model.KeyStoreConfiguration
-
- All Implemented Interfaces:
MechanismConfiguration
public class KeyStoreConfiguration extends Object
A configuration for an existing key-store- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description KeyStoreConfiguration(String trustStore, List<String> roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExposedRealmName()StringgetRealmMapper()StringgetRealmName()StringgetRoleDecoder()StringgetRoleMapper()List<String>getRoles()StringgetTrustStore()voidsetRealmMapperName(String realmMapper)voidsetRoleMapper(String roleMapper)
-
-
-
Method Detail
-
getTrustStore
public String getTrustStore()
-
getRealmName
public String getRealmName()
-
setRoleMapper
public void setRoleMapper(String roleMapper)
- Specified by:
setRoleMapperin 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 realmMapper)
- Specified by:
setRealmMapperNamein interfaceMechanismConfiguration
-
getRoles
public List<String> getRoles()
- Specified by:
getRolesin interfaceMechanismConfiguration
-
-