Uses of Interface
org.apache.xml.security.stax.ext.SecurityContext
-
Packages that use SecurityContext Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl -
-
Uses of SecurityContext in org.apache.xml.security.stax.ext
Subinterfaces of SecurityContext in org.apache.xml.security.stax.ext Modifier and Type Interface Description interface
InboundSecurityContext
The document security contextinterface
OutboundSecurityContext
The document security context -
Uses of SecurityContext in org.apache.xml.security.stax.impl
Classes in org.apache.xml.security.stax.impl that implement SecurityContext Modifier and Type Class Description class
InboundSecurityContextImpl
Concrete security context implementationclass
OutboundSecurityContextImpl
Concrete security context implementation
-