|
BEAST
|
Container for keeping track of an authorization. More...
Public Member Functions | |
| String | getNodeName () |
| void | setNodeName (String nodeName) |
| String | getNodeEmail () |
| void | setNodeEmail (String nodeEmail) |
| String | getNodeAddress () |
| void | setNodeAddress (String nodeAddress) |
| byte[] | getPublicKey () |
| void | setPublicKey (byte[] publicKey) |
| String | getPublicKeyPath () |
| void | setPublicKeyPath (String publicKeyPath) |
| byte[] | getPrivateKey () |
| void | setPrivateKey (byte[] privateKey) |
| String | getPrivateKeyPath () |
| void | setPrivateKeyPath (String privateKeyPath) |
| Date | getLastUpdated () |
| void | setLastUpdated (Date lastUpdated) |
| boolean | isAuthorized () |
| void | setAuthorized (boolean authorized) |
| boolean | isLocal () |
| void | setLocal (boolean local) |
| String | getConnectionUUID () |
| void | setConnectionUUID (String connectionuuid) |
| boolean | isInjector () |
| void | setInjector (boolean injector) |
| String | getRedirectedAddress () |
| void | setRedirectedAddress (String redirectedAddress) |
Container for keeping track of an authorization.
Used by both remote and local node
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| authorized | if this authorization is authorized access |
|
inline |
| connectionuuid | the uuid identifying this node |
|
inline |
| injector | if this authorization should be set with injector privileges |
|
inline |
| lastUpdated | last update |
|
inline |
| local | if this authorization represents the local node |
|
inline |
| nodeAddress | the node address |
|
inline |
| nodeEmail | the node email |
|
inline |
| nodeName | the node name |
|
inline |
| privateKey | the private key |
|
inline |
| privateKeyPath | the private key path |
|
inline |
| publicKey | the public key |
|
inline |
| publicKeyPath | the public key path |
|
inline |
| redirectedAddress | the redirected address for this authorization |