|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.Authorizer.AuthorizerNodeDecl
public class AuthorizerNodeDecl
Bridges communications across an insecure channel. An instance of this node is deployed on either side of an untrusted messaging channel providing a mechanism for authorization checking. Messages are authorized at the class, instance, field, and value levels.
For more information on authorizor messaging, see the messaging overview.
| Field Summary | |
|---|---|
protected java.lang.String |
authFilterClassName
The fully qualified name of the AuthFilter class to use when checking authorization. |
protected java.lang.String |
encryptorName
The SandEncryptor implementation we use for secure messaging. |
protected java.lang.String |
peerAuthUserLookupNode
The instance name of our UserLookup node. |
protected java.lang.String |
peerIDLookupNode
The instance name of our IDLookup node. |
protected java.lang.String |
serializerClassName
The CharSerializer class to use for serializing the message into a string, which is then encrypted. |
| Constructor Summary | |
|---|---|
AuthorizerNodeDecl()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String serializerClassName
protected java.lang.String encryptorName
protected java.lang.String authFilterClassName
protected java.lang.String peerAuthUserLookupNode
protected java.lang.String peerIDLookupNode
| Constructor Detail |
|---|
public AuthorizerNodeDecl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||