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, WebServiceAuthenticationCredential 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 classHttpBasicRetrieval.Factory
-
Constructor Summary
Constructors Constructor Description HttpBasicRetrieval()
-
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
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESC
public static final String DESC
- See Also:
- Constant Field Values
-
-