Class HttpBasicRetrieval

  • All Implemented Interfaces:
    pl.edu.icm.unity.engine.api.authn.CredentialRetrieval, pl.edu.icm.unity.engine.api.endpoint.BindingAuthn, pl.edu.icm.unity.engine.api.utils.StringConfigurable, pl.edu.icm.unity.rest.authn.CXFAuthentication, WebServiceAuthentication

    @Component("SOAPHttpBasicRetrieval")
    @Scope("prototype")
    public class HttpBasicRetrieval
    extends pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase
    implements pl.edu.icm.unity.engine.api.authn.CredentialRetrieval, WebServiceAuthentication
    Credential retrieval using username and password from the HTTP Basic Authn. Here we only return a proper name, implementation in parent.
    Author:
    K. Benedyczak
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DESC  
      static String NAME  
      • Fields inherited from class pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase

        FEATURE_HTTP_BASIC_URLENCODED
      • Fields inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval

        bindingName, credentialExchange
    • Method Summary

      • Methods inherited from class pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase

        getAuthenticationResult, getInterceptor, getSerializedConfiguration, isUrlEncoded, setSerializedConfiguration
      • Methods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval

        destroy, getAuthenticatorId, getBindingName, setCredentialExchange
      • Methods inherited from interface pl.edu.icm.unity.engine.api.endpoint.BindingAuthn

        destroy, getAuthenticatorId
      • Methods inherited from interface pl.edu.icm.unity.engine.api.authn.CredentialRetrieval

        getBindingName, requiresRedirect, setCredentialExchange
      • Methods inherited from interface pl.edu.icm.unity.rest.authn.CXFAuthentication

        getAuthenticationResult, getInterceptor
      • Methods inherited from interface pl.edu.icm.unity.engine.api.utils.StringConfigurable

        getSerializedConfiguration, setSerializedConfiguration