Package net.jini.core.constraint


package net.jini.core.constraint
  • Class
    Description
    Represents a constraint on authentication of the client to the server.
    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.
    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.
    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.
    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.
    Represents a constraint on the confidentiality of message contents.
    Represents a constraint on the absolute time by which a network connection must be established.
    Represents a constraint on the maximum amount of time to wait for a network connection to be established.
    Combines two or more constraint alternatives into a single overall constraint.
    Represents a constraint on delegation from the client to the server.
    Represents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of absolute times.
    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.
    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.
    The marker interface used to identify constraints for method invocations.
    An immutable aggregation of constraints into a set of requirements and a set of preferences.
    Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
    Implemented by constraints that are expressed in terms of relative time, to support conversion to absolute time constraints.
    Defines an interface to proxies for setting constraints to control remote method calls.
    Represents a constraint on authentication of the server to the client.
    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.