Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.2.3
-
None
Description
If you want to implement your own Account class which is extending form SimpleAccount you have no access to SimpleAuthenticationInfo and SimpleAuthorizationInfo. As these are the two classes used in nearly every function you have to completely copy the class to set your own class for authzInfo which in my case would be also extending SimpleAuthorizationInfo.
An alternative would be to make these variables protected and not private.