BEAST
|
Public Member Functions | |
void | add (Authorization auth) |
void | update (Authorization auth) |
void | delete (String uuid) |
Removed the authorization with specified uuid. | |
void | updateByNodeName (Authorization auth) |
Authorization | get (String uuid) |
Authorization | getByNodeName (String nodeName) |
Returns the authorization based on node name. | |
Authorization | getLocal () |
List< Authorization > | list () |
AuthorizationRequest | createAuthorizationRequest (String message) |
Creates a request from the local authorization and the remote address. | |
AuthorizationRequest | toAuthorizationRequest (Authorization authorization, String message) |
Creates a request from an authorization (usually the local authorization) and the remote address. | |
void eu.baltrad.beast.security.IAuthorizationManager.add | ( | Authorization | auth | ) |
auth | the authorization to be added |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
AuthorizationRequest eu.baltrad.beast.security.IAuthorizationManager.createAuthorizationRequest | ( | String | message | ) |
Creates a request from the local authorization and the remote address.
message | the message to be passed to the target |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
void eu.baltrad.beast.security.IAuthorizationManager.delete | ( | String | uuid | ) |
Removed the authorization with specified uuid.
uuid | the uuid of authorization to be removed |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
Authorization eu.baltrad.beast.security.IAuthorizationManager.get | ( | String | uuid | ) |
uuid | the uuid of the authorization to be fetched |
DataAccessException | upon error |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
Authorization eu.baltrad.beast.security.IAuthorizationManager.getByNodeName | ( | String | nodeName | ) |
Returns the authorization based on node name.
nodeName | the node name |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
Authorization eu.baltrad.beast.security.IAuthorizationManager.getLocal | ( | ) |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
List< Authorization > eu.baltrad.beast.security.IAuthorizationManager.list | ( | ) |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
AuthorizationRequest eu.baltrad.beast.security.IAuthorizationManager.toAuthorizationRequest | ( | Authorization | authorization, |
String | message ) |
Creates a request from an authorization (usually the local authorization) and the remote address.
authorization | the authorization to be used |
message | the message to be passed to the target |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
void eu.baltrad.beast.security.IAuthorizationManager.update | ( | Authorization | auth | ) |
auth | the authorization to be updated. The connectionuuid is the primary identifier and will be updated accordingly. |
Implemented in eu.baltrad.beast.security.AuthorizationManager.
void eu.baltrad.beast.security.IAuthorizationManager.updateByNodeName | ( | Authorization | auth | ) |
auth | the authorization to be updated. The node name will be used as identifier. |
Implemented in eu.baltrad.beast.security.AuthorizationManager.