Package client.logic
                Class AuthorizeManager
java.lang.Object
                
            client.logic.AuthorizeManager
            - 
                        
Constructor Summary
Constructors - 
                        
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorizedUserDataauthorize(CallerBack requester, AuthenticationData regData) static AuthorizedCallerBacklogin(CallerBack requester) static AuthorizedUserDataregister(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
 
 -