Class AccessHandler


  • public class AccessHandler
    extends java.lang.Object
    • Method Detail

      • getOAuth2Token

        public OAuth getOAuth2Token()
                             throws org.apache.oltu.oauth2.common.exception.OAuthSystemException,
                                    org.apache.oltu.oauth2.common.exception.OAuthProblemException
        Throws:
        org.apache.oltu.oauth2.common.exception.OAuthSystemException
        org.apache.oltu.oauth2.common.exception.OAuthProblemException
      • getNewOAuth2Token

        public OAuth getNewOAuth2Token()
                                throws org.apache.oltu.oauth2.common.exception.OAuthProblemException,
                                       org.apache.oltu.oauth2.common.exception.OAuthSystemException
        Requests an OAuth2 Token with Username and Password
        Returns:
        Throws:
        org.apache.oltu.oauth2.common.exception.OAuthSystemException
        org.apache.oltu.oauth2.common.exception.OAuthProblemException