Class HttpBasicRetrieval

java.lang.Object
pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval<pl.edu.icm.unity.stdext.credential.pass.PasswordExchange>
pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase
pl.edu.icm.unity.ws.authn.ext.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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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