|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceType | |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl |
Uses of ResourceType in org.opensaml.xacml.ctx |
---|
Methods in org.opensaml.xacml.ctx that return types with arguments of type ResourceType | |
---|---|
List<ResourceType> |
RequestType.getResources()
Gets the resources from the request. |
Uses of ResourceType in org.opensaml.xacml.ctx.impl |
---|
Classes in org.opensaml.xacml.ctx.impl that implement ResourceType | |
---|---|
class |
ResourceTypeImpl
Concrete implementation of ResourceType . |
Methods in org.opensaml.xacml.ctx.impl that return ResourceType | |
---|---|
ResourceType |
ResourceTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
ResourceType |
ResourceTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type ResourceType | |
---|---|
List<ResourceType> |
RequestTypeImpl.getResources()
Gets the resources from the request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |