private class X500Server.X500MulticastRequest extends MulticastRequest
| Modifier and Type | Field and Description |
|---|---|
private ClientSubjectChecker |
checker |
private InvocationConstraints |
constraints |
private X500Principal |
p |
private ByteBuffer |
signature |
private ByteBuffer |
signed |
| Modifier | Constructor and Description |
|---|---|
private |
X500MulticastRequest(MulticastRequest plainMR,
InvocationConstraints constraints,
X500Principal p,
ByteBuffer signature,
ByteBuffer signed,
ClientSubjectChecker checker) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkConstraints()
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied.
|
getGroups, getHost, getPort, getServiceIDs, toStringprivate final InvocationConstraints constraints
private final X500Principal p
private final ByteBuffer signature
private final ByteBuffer signed
private final ClientSubjectChecker checker
private X500MulticastRequest(MulticastRequest plainMR, InvocationConstraints constraints, X500Principal p, ByteBuffer signature, ByteBuffer signed, ClientSubjectChecker checker)
public void checkConstraints()
throws IOException
MulticastRequestcheckConstraints in class MulticastRequestIOException - if an error occurs in interpreting the dataCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.