Class ServerSSLContext
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.model.ServerSSLContext
-
public class ServerSSLContext extends Object
Server SSLContext model class.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ServerSSLContext(String name, KeyManager keyManager, KeyManager trustManager, boolean exists)
-
Method Summary
-
-
-
Constructor Detail
-
ServerSSLContext
public ServerSSLContext(String name, KeyManager keyManager, KeyManager trustManager, boolean exists)
-
-
Method Detail
-
exists
public boolean exists()
-
getName
public String getName()
-
getKeyManager
public KeyManager getKeyManager()
-
getTrustManager
public KeyManager getTrustManager()
-
setProtocols
public void setProtocols(List<String> protocols)
- Parameters:
protocols- the protocols to set
-
isAuthenticationOptional
public boolean isAuthenticationOptional()
- Returns:
- the authenticationOptional
-
setAuthenticationOptional
public void setAuthenticationOptional(boolean authenticationOptional)
- Parameters:
authenticationOptional- the authenticationOptional to set
-
getCipherSuiteFilter
public String getCipherSuiteFilter()
- Returns:
- the cipherSuiteFilter
-
setCipherSuiteFilter
public void setCipherSuiteFilter(String cipherSuiteFilter)
- Parameters:
cipherSuiteFilter- the cipherSuiteFilter to set
-
getCipherSuiteNames
public String getCipherSuiteNames()
Get the cipher suite names.- Returns:
- the cipher suite names
-
setCipherSuiteNames
public void setCipherSuiteNames(String cipherSuiteNames)
Set the cipher suite names.- Parameters:
cipherSuiteNames- the cipher suite names
-
getFinalPrincipalTransformer
public String getFinalPrincipalTransformer()
- Returns:
- the finalPrincipalTransformer
-
setFinalPrincipalTransformer
public void setFinalPrincipalTransformer(String finalPrincipalTransformer)
- Parameters:
finalPrincipalTransformer- the finalPrincipalTransformer to set
-
getPostRealmPrincipalTransformer
public String getPostRealmPrincipalTransformer()
- Returns:
- the postRealmPrincipalTransformer
-
setPostRealmPrincipalTransformer
public void setPostRealmPrincipalTransformer(String postRealmPrincipalTransformer)
- Parameters:
postRealmPrincipalTransformer- the postRealmPrincipalTransformer to set
-
getPreRealmPrincipalTransformer
public String getPreRealmPrincipalTransformer()
- Returns:
- the preRealmPrincipalTransformer
-
setPreRealmPrincipalTransformer
public void setPreRealmPrincipalTransformer(String preRealmPrincipalTransformer)
- Parameters:
preRealmPrincipalTransformer- the preRealmPrincipalTransformer to set
-
getProviderName
public String getProviderName()
- Returns:
- the providerName
-
setProviderName
public void setProviderName(String providerName)
- Parameters:
providerName- the providerName to set
-
setProviders
public void setProviders(List<String> providers)
- Parameters:
providers- the providers to set
-
getRealmMapper
public String getRealmMapper()
- Returns:
- the realmMapper
-
setRealmMapper
public void setRealmMapper(String realmMapper)
- Parameters:
realmMapper- the realmMapper to set
-
getSecurityDomain
public String getSecurityDomain()
- Returns:
- the securityDomain
-
setSecurityDomain
public void setSecurityDomain(String securityDomain)
- Parameters:
securityDomain- the securityDomain to set
-
isWant
public boolean isWant()
- Returns:
- the want
-
setWant
public void setWant(boolean want)
- Parameters:
want- the want to set
-
isNeed
public boolean isNeed()
- Returns:
- the need
-
setNeed
public void setNeed(boolean need)
- Parameters:
need- the need to set
-
isUseCipherSuiteOrder
public boolean isUseCipherSuiteOrder()
- Returns:
- the useCipherSuiteOrder
-
setUseCipherSuiteOrder
public void setUseCipherSuiteOrder(boolean useCipherSuiteOrder)
- Parameters:
useCipherSuiteOrder- the useCipherSuiteOrder to set
-
buildResource
public org.jboss.dmr.ModelNode buildResource()
-
-