public interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel() |
String |
getRole() |
String |
getType() |
String |
getUser() |
Boolean |
hasLevel() |
Boolean |
hasRole() |
Boolean |
hasType() |
Boolean |
hasUser() |
A |
withLevel(String level) |
A |
withNewLevel(String arg0)
Deprecated.
|
A |
withNewRole(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewUser(String arg0)
Deprecated.
|
A |
withRole(String role) |
A |
withType(String type) |
A |
withUser(String user) |
String getLevel()
Boolean hasLevel()
@Deprecated A withNewLevel(String arg0)
String getRole()
Boolean hasRole()
@Deprecated A withNewRole(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
String getUser()
Boolean hasUser()
@Deprecated A withNewUser(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.