org.apache.abdera.security.xmlsec
Class XmlSecurityOptions
java.lang.Object
org.apache.abdera.security.xmlsec.XmlSecurityOptions
- All Implemented Interfaces:
- SecurityOptions
- Direct Known Subclasses:
- XmlEncryptionOptions, XmlSignatureOptions
public abstract class XmlSecurityOptions
- extends Object
- implements SecurityOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parser
protected Parser parser
abdera
protected final Abdera abdera
XmlSecurityOptions
protected XmlSecurityOptions(Abdera abdera)
getParser
public Parser getParser()
- Specified by:
getParser
in interface SecurityOptions
setParser
public <T extends SecurityOptions> T setParser(Parser parser)
- Specified by:
setParser
in interface SecurityOptions
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.