public class PipelineAuthority extends Object implements InternalAuthority
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineAuthority.PipelineFilter |
static class |
PipelineAuthority.PipelinePrivilege
Defines pipeline privileges
|
| Constructor and Description |
|---|
PipelineAuthority(PipelineAuthority.PipelinePrivilege pipelinePrivilege) |
PipelineAuthority(PipelineAuthority.PipelinePrivilege pipelinePrivilege,
PipelineAuthority.PipelineFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthority()
An
Authority that can be represented as a String which is
sufficient in precision to be relied upon for an access control decisions. |
PipelineAuthority.PipelineFilter |
getFilter() |
Privilege |
getPrivilege()
A granted privilege associated with this Authority.
|
int |
hashCode() |
String |
toString() |
static PipelineAuthority |
valueOf(String authority) |
public PipelineAuthority(PipelineAuthority.PipelinePrivilege pipelinePrivilege)
public PipelineAuthority(PipelineAuthority.PipelinePrivilege pipelinePrivilege, PipelineAuthority.PipelineFilter filter)
public static PipelineAuthority valueOf(String authority)
public String getAuthority()
AuthorityAuthority that can be represented as a String which is
sufficient in precision to be relied upon for an access control decisions.getAuthority in interface AuthorityString with
sufficient precision).public PipelineAuthority.PipelineFilter getFilter()
public Privilege getPrivilege()
InternalAuthoritygetPrivilege in interface InternalAuthorityCopyright © GigaSpaces.