Class HOBAAuthorizationToken

    • Constructor Detail

      • HOBAAuthorizationToken

        public HOBAAuthorizationToken()
      • HOBAAuthorizationToken

        public HOBAAuthorizationToken​(String token)
    • Method Detail

      • supports

        protected boolean supports​(String type)
        Description copied from class: AuthorizationToken
        Check whether an AuthorizationToken implementation supports the speciefied IANA HTTP Authentication Scheme Name
        Overrides:
        supports in class AuthorizationToken
        Parameters:
        type - IANA HTTP Authentication Scheme Name
        Returns:
        whether this implementation supports the specified name
      • getResult

        public String getResult()