Package pl.edu.icm.unity.ws.authn.ext
Class TLSRetrieval
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.AbstractCredentialRetrieval<pl.edu.icm.unity.stdext.credential.cert.CertificateExchange>
-
- pl.edu.icm.unity.rest.authn.ext.TLSRetrievalBase
-
- pl.edu.icm.unity.ws.authn.ext.TLSRetrieval
-
- 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("SOAPTLSRetrieval") @Scope("prototype") public class TLSRetrieval extends pl.edu.icm.unity.rest.authn.ext.TLSRetrievalBase implements WebServiceAuthenticationRetrieves certificate from the TLS- Author:
- K. Benedyczak
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTLSRetrieval.Factory
-
Constructor Summary
Constructors Constructor Description TLSRetrieval()
-
Method Summary
-
Methods inherited from class pl.edu.icm.unity.rest.authn.ext.TLSRetrievalBase
getAuthenticationResult, getInterceptor, getSerializedConfiguration, getTLSCertificates, 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
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESC
public static final String DESC
- See Also:
- Constant Field Values
-
-