Uses of Interface
com.sun.jini.discovery.ClientSubjectChecker

Packages that use ClientSubjectChecker
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
com.sun.jini.discovery.internal   
com.sun.jini.discovery.kerberos Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.discovery.plaintext Provides an implementation of the net.jini.discovery.plaintext discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.discovery.ssl Provides an implementation of the net.jini.discovery.ssl discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.discovery.x500.sha1withdsa Provides an implementation of the net.jini.discovery.x500.SHA1withDSA discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.discovery.x500.sha1withrsa Provides an implementation of the net.jini.discovery.x500.SHA1withRSA discovery format, specified in the Jini Discovery and Join Specification
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of ClientSubjectChecker in com.sun.jini.discovery
 

Classes in com.sun.jini.discovery that implement ClientSubjectChecker
 class ClientPermissionChecker
          Implementation of ClientSubjectChecker that approves or rejects client subjects based on whether or not they have been granted a particular permission.
 

Methods in com.sun.jini.discovery with parameters of type ClientSubjectChecker
 MulticastRequest MulticastRequestDecoder.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker)
          Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data.
 MulticastRequest DelayedMulticastRequestDecoder.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck)
          Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data, with constraint checking optionally delayed.
 MulticastRequest DiscoveryV2.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker)
           
 MulticastRequest DiscoveryV1.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker)
           
abstract  MulticastRequest Discovery.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker)
          Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data.
 MulticastRequest DiscoveryV2.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck)
           
 MulticastRequest Discovery.decodeMulticastRequest(DatagramPacket packet, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck)
          Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data, with constraint checking optionally delayed.
 void DiscoveryV2.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context)
           
 void DiscoveryV1.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context)
           
abstract  void Discovery.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context)
          Handles the server side of unicast discovery, transmitting the given response data over the provided socket using the given collection of object stream context objects in a manner that satisfies the specified constraints and client subject checker (if any).
 void UnicastDiscoveryServer.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent)
          Handles the server side of unicast discovery, transmitting the given response data over the provided socket using the given collection of object stream context objects in a manner that satisfies the specified absolute constraints and client subject checker (if any).
 

Uses of ClientSubjectChecker in com.sun.jini.discovery.internal
 

Fields in com.sun.jini.discovery.internal declared as ClientSubjectChecker
private  ClientSubjectChecker X500Server.X500MulticastRequest.checker
           
 

Methods in com.sun.jini.discovery.internal with parameters of type ClientSubjectChecker
 MulticastRequest X500Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker)
           
 MulticastRequest X500Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck)
           
 void EndpointBasedServer.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent)
           
 

Constructors in com.sun.jini.discovery.internal with parameters of type ClientSubjectChecker
X500Server.X500MulticastRequest(MulticastRequest plainMR, InvocationConstraints constraints, X500Principal p, ByteBuffer signature, ByteBuffer signed, ClientSubjectChecker checker)
           
 

Uses of ClientSubjectChecker in com.sun.jini.discovery.kerberos
 

Methods in com.sun.jini.discovery.kerberos with parameters of type ClientSubjectChecker
 void Server.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent)
           
 

Uses of ClientSubjectChecker in com.sun.jini.discovery.plaintext
 

Methods in com.sun.jini.discovery.plaintext with parameters of type ClientSubjectChecker
 MulticastRequest Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker)
           
 void Server.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent)
           
 

Uses of ClientSubjectChecker in com.sun.jini.discovery.ssl
 

Methods in com.sun.jini.discovery.ssl with parameters of type ClientSubjectChecker
 void Server.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent)
           
 

Uses of ClientSubjectChecker in com.sun.jini.discovery.x500.sha1withdsa
 

Methods in com.sun.jini.discovery.x500.sha1withdsa with parameters of type ClientSubjectChecker
 MulticastRequest Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker)
           
 MulticastRequest Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck)
           
 

Uses of ClientSubjectChecker in com.sun.jini.discovery.x500.sha1withrsa
 

Methods in com.sun.jini.discovery.x500.sha1withrsa with parameters of type ClientSubjectChecker
 MulticastRequest Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker)
           
 MulticastRequest Server.decodeMulticastRequest(ByteBuffer buf, InvocationConstraints constraints, ClientSubjectChecker checker, boolean delayConstraintCheck)
           
 

Uses of ClientSubjectChecker in com.sun.jini.reggie
 

Fields in com.sun.jini.reggie declared as ClientSubjectChecker
private  ClientSubjectChecker RegistrarImpl.multicastRequestSubjectChecker
          Client subject checker to apply to incoming multicast requests
private  ClientSubjectChecker RegistrarImpl.unicastDiscoverySubjectChecker
          Client subject checker to apply to unicast discovery attempts
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.