public class SecureDeploymentDefinition
extends org.jboss.as.controller.SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static List<org.jboss.as.controller.SimpleAttributeDefinition> |
ALL_ATTRIBUTES |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
BEARER_ONLY |
protected static List<org.jboss.as.controller.SimpleAttributeDefinition> |
DEPLOYMENT_ONLY_ATTRIBUTES |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
ENABLE_BASIC_AUTH |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
PUBLIC_CLIENT |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
REALM |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
RESOURCE |
static String |
TAG_NAME |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
USE_RESOURCE_ROLE_MAPPINGS |
Constructor and Description |
---|
SecureDeploymentDefinition() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.as.controller.SimpleAttributeDefinition |
lookup(String name) |
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation
public static final String TAG_NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition REALM
protected static final org.jboss.as.controller.SimpleAttributeDefinition RESOURCE
protected static final org.jboss.as.controller.SimpleAttributeDefinition USE_RESOURCE_ROLE_MAPPINGS
protected static final org.jboss.as.controller.SimpleAttributeDefinition BEARER_ONLY
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENABLE_BASIC_AUTH
protected static final org.jboss.as.controller.SimpleAttributeDefinition PUBLIC_CLIENT
protected static final List<org.jboss.as.controller.SimpleAttributeDefinition> DEPLOYMENT_ONLY_ATTRIBUTES
protected static final List<org.jboss.as.controller.SimpleAttributeDefinition> ALL_ATTRIBUTES
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations
in interface org.jboss.as.controller.ResourceDefinition
registerOperations
in class org.jboss.as.controller.SimpleResourceDefinition
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerAttributes
in interface org.jboss.as.controller.ResourceDefinition
registerAttributes
in class org.jboss.as.controller.SimpleResourceDefinition
public static org.jboss.as.controller.SimpleAttributeDefinition lookup(String name)
Copyright © 2015. All rights reserved.