public interface EjbInvokerConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getAuthModule() |
String |
getAuthModuleClass() |
String |
getAuthType() |
String |
getEnabled() |
String |
getEndpoint() |
String |
getRealmName() |
String |
getRoles() |
String |
getSecurityEnabled() |
String |
getVirtualServers() |
void |
setAuthModule(String value) |
void |
setAuthModuleClass(String value) |
void |
setAuthType(String value) |
void |
setEnabled(String value) |
void |
setEndpoint(String value) |
void |
setRealmName(String value) |
void |
setRoles(String value) |
void |
setSecurityEnabled(String value) |
void |
setVirtualServers(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getEndpoint()
void setEndpoint(String value) throws PropertyVetoException
PropertyVetoExceptionString getVirtualServers()
void setVirtualServers(String value) throws PropertyVetoException
PropertyVetoExceptionString getSecurityEnabled()
void setSecurityEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getRealmName()
com.sun.enterprise.config.serverbeans.SecurityService#getDefaultRealm.void setRealmName(String value) throws PropertyVetoException
PropertyVetoExceptionString getAuthType()
void setAuthType(String value) throws PropertyVetoException
PropertyVetoExceptionString getAuthModule()
void setAuthModule(String value) throws PropertyVetoException
PropertyVetoExceptionString getAuthModuleClass()
javax.security.auth.message.module.ServerAuthModule.void setAuthModuleClass(String value) throws PropertyVetoException
PropertyVetoExceptionString getRoles()
void setRoles(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2020. All rights reserved.