
public interface Permission<T> extends Child<T>, PermissionsPermissionCommType<T,Permission<T>>
permission xsd type| Modifier and Type | Method and Description |
|---|---|
Permission<T> |
actions(String actions)
Sets the
actions element |
Permission<T> |
className(String className)
Sets the
class-name element |
String |
getActions()
Returns the
actions element |
String |
getClassName()
Returns the
class-name element |
String |
getName()
Returns the
name element |
Permission<T> |
name(String name)
Sets the
name element |
Permission<T> |
removeActions()
Removes the
actions element |
Permission<T> |
removeClassName()
Removes the
class-name element |
Permission<T> |
removeName()
Removes the
name element |
Permission<T> className(String className)
class-name elementclassName - the value for the element class-namePermissionString getClassName()
class-name elementclass-namePermission<T> removeClassName()
class-name elementPermissionPermission<T> name(String name)
name elementname - the value for the element namePermissionString getName()
name elementnamePermission<T> removeName()
name elementPermissionPermission<T> actions(String actions)
actions elementactions - the value for the element actionsPermissionString getActions()
actions elementactionsPermission<T> removeActions()
actions elementPermissionCopyright © 2021 JBoss by Red Hat. All rights reserved.