|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.specs.SpecBase
weblogic.xml.security.specs.OperationSpec
weblogic.xml.security.specs.SignatureSpec
public class SignatureSpec
SignatureSpec.java Created: Wed Aug 14 20:35:30 2002
Field Summary |
---|
Fields inherited from class weblogic.xml.security.specs.OperationSpec |
---|
bodyList, headerList, unrestrictedList |
Constructor Summary | |
---|---|
SignatureSpec(String canonicalizationURI,
String signatureURI)
Deprecated. Creates a new SignatureSpec instance. |
|
SignatureSpec(String canonicalizationURI,
String signatureURI,
boolean signedBody)
Deprecated. Creates a new SignatureSpec instance. |
Method Summary | |
---|---|
String |
getCanonicalizationMethod()
Deprecated. Returns the URI for the canonicalization method required by this spec. |
static SignatureSpec |
getDefaultSpec()
Deprecated. Returns the default SignatureSpec. |
String |
getSignatureMethod()
Deprecated. Returns the URI for the signature method required by this spec. |
Methods inherited from class weblogic.xml.security.specs.OperationSpec |
---|
addElement, addElement, entireBody |
Methods inherited from class weblogic.xml.security.specs.SpecBase |
---|
fromXMLInternal, toXML, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignatureSpec(String canonicalizationURI, String signatureURI)
SignatureSpec
instance.
canonicalizationURI
- a String
value that is
URI of the canonicalization method to be used in the signaturesignatureURI
- a String
value that is the URI
of the signature method to be used for the signature.public SignatureSpec(String canonicalizationURI, String signatureURI, boolean signedBody)
SignatureSpec
instance.
canonicalizationURI
- canonicalizationURI a String
value that is
URI of the canonicalization method to be used in the signaturesignatureURI
- a String
value that is the URI
of the signature method to be used for the signature.signedBody
- a boolean
value that indicates whether or
not the SOAP body should be signed.Method Detail |
---|
public String getSignatureMethod()
public String getCanonicalizationMethod()
public static final SignatureSpec getDefaultSpec()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |