Uses of Class
org.apache.xml.security.configuration.ResolverType
-
Packages that use ResolverType Package Description org.apache.xml.security.configuration -
-
Uses of ResolverType in org.apache.xml.security.configuration
Fields in org.apache.xml.security.configuration with type parameters of type ResolverType Modifier and Type Field Description protected java.util.List<ResolverType>
ResourceResolversType. resolver
Methods in org.apache.xml.security.configuration that return ResolverType Modifier and Type Method Description ResolverType
ObjectFactory. createResolverType()
Create an instance ofResolverType
Methods in org.apache.xml.security.configuration that return types with arguments of type ResolverType Modifier and Type Method Description java.util.List<ResolverType>
ResourceResolversType. getResolver()
Gets the value of the resolver property.
-