Package com.zeroc.Glacier2
Class SSLPermissionsVerifier.AuthorizeResult
java.lang.Object
com.zeroc.Glacier2.SSLPermissionsVerifier.AuthorizeResult
- Enclosing interface:
- SSLPermissionsVerifier
Holds the result of operation authorize.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe reason why access was denied.boolean
True if access is granted, or false otherwise. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.AuthorizeResult
(boolean returnValue, String reason) This constructor makes shallow copies of the results for operation Authorize. -
Method Summary
-
Field Details
-
returnValue
public boolean returnValueTrue if access is granted, or false otherwise. -
reason
The reason why access was denied.
-
-
Constructor Details
-
AuthorizeResult
public AuthorizeResult()Default constructor. -
AuthorizeResult
This constructor makes shallow copies of the results for operation Authorize.- Parameters:
returnValue
- True if access is granted, or false otherwise.reason
- The reason why access was denied.
-
-
Method Details
-
write
-
read
-