Package pl.edu.icm.unity.ws.authn.ext
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 -
Field Summary
FieldsFields inherited from class pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase
FEATURE_HTTP_BASIC_URLENCODEDFields inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
bindingName, credentialExchange -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase
getAuthenticationResult, getInterceptor, getSerializedConfiguration, isUrlEncoded, setSerializedConfigurationMethods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval
destroy, getAuthenticatorId, getBindingName, setCredentialExchangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.edu.icm.unity.engine.api.endpoint.BindingAuthn
destroy, getAuthenticatorIdMethods inherited from interface pl.edu.icm.unity.engine.api.authn.CredentialRetrieval
getBindingName, requiresRedirect, setCredentialExchangeMethods inherited from interface pl.edu.icm.unity.rest.authn.CXFAuthentication
getAuthenticationResult, getInterceptorMethods inherited from interface pl.edu.icm.unity.engine.api.utils.StringConfigurable
getSerializedConfiguration, setSerializedConfiguration
-
Field Details
-
NAME
- See Also:
-
DESC
- See Also:
-
-
Constructor Details
-
HttpBasicRetrieval
public HttpBasicRetrieval()
-