Uses of Class
com.sun.xml.wss.impl.configuration.StaticApplicationContext
-
Packages that use StaticApplicationContext Package Description com.sun.xml.wss.impl.config com.sun.xml.wss.impl.configuration -
-
Uses of StaticApplicationContext in com.sun.xml.wss.impl.config
Methods in com.sun.xml.wss.impl.config with parameters of type StaticApplicationContext Modifier and Type Method Description SecurityPolicyApplicationSecurityConfiguration. getSecurityConfiguration(StaticApplicationContext context) -
Uses of StaticApplicationContext in com.sun.xml.wss.impl.configuration
Methods in com.sun.xml.wss.impl.configuration with parameters of type StaticApplicationContext Modifier and Type Method Description voidStaticApplicationContext. copy(StaticApplicationContext ctx)Copy operatorbooleanStaticApplicationContext. equals(StaticApplicationContext ctx)equals operatorConstructors in com.sun.xml.wss.impl.configuration with parameters of type StaticApplicationContext Constructor Description StaticApplicationContext(StaticApplicationContext context)Copy constructor
-