Interface | Description |
---|---|
InvocationConstraint |
The marker interface used to identify constraints for method invocations.
|
MethodConstraints |
Defines an immutable mapping from
Method to InvocationConstraints , used to
specify per-method constraints. |
RelativeTimeConstraint |
Implemented by constraints that are expressed in terms of relative time, to support conversion to
absolute time constraints.
|
RemoteMethodControl |
Defines an interface to proxies for setting constraints to control remote method calls.
|
Class | Description |
---|---|
ClientAuthentication |
Represents a constraint on authentication of the client to the server.
|
ClientMaxPrincipal |
Represents a constraint on the client, such that if the client authenticates itself, then it may
only authenticate itself as one or more of the specified principals.
|
ClientMaxPrincipalType |
Represents a constraint on the client, such that if the client authenticates itself, then it may
only authenticate itself as principals that are instances of one or more of the specified
classes.
|
ClientMinPrincipal |
Represents a constraint on the client, such that if the client authenticates itself, then it must
authenticate itself as at least all of the specified principals.
|
ClientMinPrincipalType |
Represents a constraint on the client, such that if the client authenticates itself, then it must
authenticate itself such that, for each specified class, at least one authenticated principal is
an instance of that class.
|
Confidentiality |
Represents a constraint on the confidentiality of message contents.
|
ConnectionAbsoluteTime |
Represents a constraint on the absolute time by which a network connection must be established.
|
ConnectionRelativeTime |
Represents a constraint on the maximum amount of time to wait for a network connection to be
established.
|
ConstraintAlternatives |
Combines two or more constraint alternatives into a single overall constraint.
|
Delegation |
Represents a constraint on delegation from the client to the server.
|
DelegationAbsoluteTime |
Represents a constraint on delegation, such that if delegation is permitted, it be permitted only
for a range of absolute times.
|
DelegationRelativeTime |
Represents a constraint on delegation, such that if delegation is permitted, it be permitted only
for a range of time measured relative to the start of the remote call.
|
Integrity |
Represents a constraint on the integrity of message contents, covering not only data transmitted
in band as part of the remote call itself, but also out-of-band downloaded code.
|
InvocationConstraints |
An immutable aggregation of constraints into a set of requirements and a set of preferences.
|
ServerAuthentication |
Represents a constraint on authentication of the server to the client.
|
ServerMinPrincipal |
Represents a constraint on the server, such that if the server authenticates itself, then it must
authenticate itself as at least all of the specified principals.
|
Copyright © GigaSpaces.