|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.SecurityManagerImpl
public class SecurityManagerImpl
Class Declaration for Class1
| 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 |
|---|
public SecurityManagerImpl()
| Method Detail |
|---|
public Object addAuthenticationTokens(Object request)
throws JAXRException
JAXRException
public Object signRequest(Object request)
throws JAXRException
JAXRException
public void validateRequest(Object response)
throws JAXRException
JAXRException
public Object encryptRequest(Object request)
throws JAXRException
JAXRException
public Object decryptRequest(Object request)
throws JAXRException
JAXRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||