Class ConstantRoleMapperAddOperation
- java.lang.Object
-
- org.jboss.migration.wfly11.task.subsystem.elytron.ConstantRoleMapperAddOperation
-
public class ConstantRoleMapperAddOperation extends Object
- Author:
- emmartins
-
-
Constructor Summary
Constructors Constructor Description ConstantRoleMapperAddOperation(org.jboss.as.controller.PathAddress subsystemPathAddress, String constantRoleMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstantRoleMapperAddOperationaddRole(String role)org.jboss.dmr.ModelNodetoModelNode()
-
-
-
Constructor Detail
-
ConstantRoleMapperAddOperation
public ConstantRoleMapperAddOperation(org.jboss.as.controller.PathAddress subsystemPathAddress, String constantRoleMapper)
-
-
Method Detail
-
addRole
public ConstantRoleMapperAddOperation addRole(String role)
-
toModelNode
public org.jboss.dmr.ModelNode toModelNode()
-
-