com.sun.xml.registry.uddi
Class SecurityManagerImpl

java.lang.Object
  extended by com.sun.xml.registry.uddi.SecurityManagerImpl

public class SecurityManagerImpl
extends Object

Class Declaration for Class1

Author:
Farrukh S. Najmi
See Also:

Constructor Summary
SecurityManagerImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityManagerImpl

public SecurityManagerImpl()
Method Detail

addAuthenticationTokens

public Object addAuthenticationTokens(Object request)
                               throws JAXRException
Adds the authentication tokens (information) to the specified request as required by the spefic target registry provider. The request is a registry provider specific object.

Returns:
Object that is the modified request with the authentication info added.
Throws:
JAXRException

signRequest

public Object signRequest(Object request)
                   throws JAXRException
Digitally sign the specified request as required by the spefic target registry provider. The request is a registry provider specific object.

Returns:
Object that is the modified request with the digital signature added.
Throws:
JAXRException

validateRequest

public void validateRequest(Object response)
                     throws JAXRException
Validate the digitally signature in the specified response. The reponse is a registry provider specific object. Throws an InvalidObjectException??

Throws:
JAXRException

encryptRequest

public Object encryptRequest(Object request)
                      throws JAXRException
Encrypt the specified request as required by the spefic target registry provider. The request is a registry provider specific object.

Returns:
Object that is the encrypted request.
Throws:
JAXRException

decryptRequest

public Object decryptRequest(Object request)
                      throws JAXRException
Decrypt the specified response The response is a registry provider specific object.

Returns:
Object that is the decrypted response.
Throws:
JAXRException


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.