Searched defs:ResourceImpl (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResourceImpl.java25 * $Id: ResourceImpl.java,v 1.3 2008/06/25 05:48:13 qcheng Exp $
66 public class ResourceImpl implements Resource { class in inherits:Resource
74 public ResourceImpl() { method in class:ResourceImpl
85 public ResourceImpl(String xml) throws XACMLException { method in class:ResourceImpl
108 public ResourceImpl(Element element) throws XACMLException { method in class:ResourceImpl
116 "ResourceImpl.processElement(): invalid root element");
124 "ResourceImpl.processElement(): local name missing");
132 "ResourceImpl.processElement(): invalid local name " +
166 "ResourceImpl.processElement(): no attributes or resource "
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResourceImpl.java25 * $Id: ResourceImpl.java,v 1.3 2008/06/25 05:48:13 qcheng Exp $
66 public class ResourceImpl implements Resource { class in inherits:Resource
74 public ResourceImpl() { method in class:ResourceImpl
85 public ResourceImpl(String xml) throws XACMLException { method in class:ResourceImpl
108 public ResourceImpl(Element element) throws XACMLException { method in class:ResourceImpl
116 "ResourceImpl.processElement(): invalid root element");
124 "ResourceImpl.processElement(): local name missing");
132 "ResourceImpl.processElement(): invalid local name " +
166 "ResourceImpl.processElement(): no attributes or resource "

Completed in 56 milliseconds