public class SecurityManagerImpl extends Object
| Constructor and Description |
|---|
SecurityManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
addAuthenticationTokens(Object request)
Adds the authentication tokens (information) to the specified request
as required by the spefic target registry provider.
|
Object |
decryptRequest(Object request)
Decrypt the specified response
The response is a registry provider specific object.
|
Object |
encryptRequest(Object request)
Encrypt the specified request
as required by the spefic target registry provider.
|
Object |
signRequest(Object request)
Digitally sign the specified request
as required by the spefic target registry provider.
|
void |
validateRequest(Object response)
Validate the digitally signature in the specified response.
|
public Object addAuthenticationTokens(Object request) throws JAXRException
JAXRExceptionpublic Object signRequest(Object request) throws JAXRException
JAXRExceptionpublic void validateRequest(Object response) throws JAXRException
JAXRExceptionpublic Object encryptRequest(Object request) throws JAXRException
JAXRExceptionpublic Object decryptRequest(Object request) throws JAXRException
JAXRExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.