Class OAuth2AccessInterceptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(SecurityAuthentication authentication, java.net.URLConnection connection)
      Applies to a connection the authentication information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OAuth2AccessInterceptor

        public OAuth2AccessInterceptor()
    • Method Detail

      • apply

        public void apply​(SecurityAuthentication authentication,
                          java.net.URLConnection connection)
        Description copied from interface: SecurityAccessInterceptor
        Applies to a connection the authentication information.
        Specified by:
        apply in interface SecurityAccessInterceptor
        Parameters:
        authentication - the determined authentication data to authorize for the endpoint access
        connection - the connection to the endpoint