Package pl.edu.icm.unity.ws.authn
Interface WebServiceAuthentication
- All Superinterfaces:
pl.edu.icm.unity.engine.api.endpoint.BindingAuthn,pl.edu.icm.unity.rest.authn.CXFAuthentication
- All Known Implementing Classes:
HttpBasicRetrieval,TLSRetrieval
public interface WebServiceAuthentication
extends pl.edu.icm.unity.rest.authn.CXFAuthentication
Defines a contract which must be implemented by
CredentialRetrievals in order to be used
with the CXFEndpoint.- Author:
- K. Benedyczak
-
Field Summary
Fields -
Method Summary
Methods inherited from interface pl.edu.icm.unity.engine.api.endpoint.BindingAuthn
destroy, getAuthenticatorId, getBindingNameMethods inherited from interface pl.edu.icm.unity.rest.authn.CXFAuthentication
getAuthenticationResult, getInterceptor
-
Field Details
-
NAME
- See Also:
-