Package clientLogic
Class AuthorizeManager
java.lang.Object
clientLogic.AuthorizeManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorizedUserData
authorize
(CallerBack requester, AuthenticationData regData) static AuthorizedCallerBack
login
(CallerBack requester) static AuthorizedUserData
register
(CallerBack requester, RegistrationData regData)
-
Constructor Details
-
AuthorizeManager
public AuthorizeManager()
-
-
Method Details
-
register
public static AuthorizedUserData register(CallerBack requester, RegistrationData regData) throws AuthorizeException - Throws:
AuthorizeException
-
authorize
public static AuthorizedUserData authorize(CallerBack requester, AuthenticationData regData) throws AuthorizeException - Throws:
AuthorizeException
-
login
- Throws:
UnauthorizedException
-