public interface ServiceSecurity
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NAME
The default name ("default").
|
static String |
DEFAULT_SECURITY_DOMAIN
The default security domain ("other").
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCallbackHandler()
Gets the CallbackHandler class.
|
String |
getName()
Gets the name.
|
Map<String,String> |
getProperties()
Gets the properties.
|
Set<String> |
getRolesAllowed()
Gets the roles allowed.
|
String |
getRunAs()
Gets the run as.
|
String |
getSecurityDomain()
Gets the security domain.
|
static final String DEFAULT_NAME
static final String DEFAULT_SECURITY_DOMAIN
String getName()
Class<?> getCallbackHandler()
String getRunAs()
String getSecurityDomain()
Copyright © 2013–2019 JBoss by Red Hat. All rights reserved.