|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.Authorizer.AuthorizerNodeDecl
Bridge communiations across an insecure channel. An instance of this node would be deployed on either side of a insecure messaging channel to provide authorization. See the messaging overview for a detailed description.
| Field Summary | |
protected java.lang.String |
authFilterClassName
The fully qualified name of the AuthFilter class to use when checking authorization. |
protected java.lang.String |
authUserLookupInstanceName
The instance name of our AuthUserLookup node. |
protected java.lang.String |
encryptorName
The SandEncryptor implementation we use for secure messaging. |
protected java.lang.String |
lookupInstanceName
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()
|
|
| 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 lookupInstanceName
protected java.lang.String authUserLookupInstanceName
| Constructor Detail |
public AuthorizerNodeDecl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||