See: Description
Interface | Description |
---|---|
HTTPRequestHandlerInterface |
HTTPRequestHandlerInterface provides the interfaces
to process methods required by AMHttpAuthModule and
implememted by HTTPRequestHandler |
MessageAuthenticator |
This interface provides a pluggable authenticator for the webservices
to authenticate their clients using various security mechanisms.
|
MessageAuthorizer |
This interface provides a pluggable authorizer for the webservices
to authorize the web service clients.
|
SOAPRequestHandlerInterface |
SOAPRequestHandlerInterface provides the interfaces
to process and secure the in-bound or out-bound SOAPMessage s
of the web service clients and web service providers. |
WSSCacheRepository |
This inteface
WSSCacheRepository stores the Web services
security related cache information. |
Class | Description |
---|---|
DefaultAuthenticator |
This class provides a default implementation for authenticating the
webservices clients using various security mechanisms.
|
DefaultAuthorizer | |
HTTPRequestHandler |
This class
HTTPRequestHandler is to process and secure the
in-bound or out-bound HTTPRequest of the web service clients
and web service providers. |
MessageProcessor |
The class
MessageProcessor is used to process the
SOAPMessage for the JSR 196 providers. |
SecureSOAPMessage |
This class
SecureSOAPMessage constructs the secured
SOAPMessage for the given security mechanism token. |
SecurityContext |
This class represents the security context for signing/verification
and encryption/decryption etc.
|
SOAPRequestHandler |
This class
SOAPRequestHandler is to process and secure the
in-bound or out-bound SOAPMessage s of the web service clients
and web service providers. |
ThreadLocalService |
ThreadLocalservice is a convenient utility class file to store
thread local state variables.
|
WSSCache |
This class
WSSCache is a cache holder for the WSS
tokens. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.