Searched refs:RequestImpl (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java25 * $Id: RequestImpl.java,v 1.4 2008/11/10 22:57:05 veiming Exp $
72 public class RequestImpl implements Request { class in inherits:Request
89 public RequestImpl() { method in class:RequestImpl
100 public RequestImpl(String xml) throws XACMLException { method in class:RequestImpl
108 "RequestImpl.processElement(): invalid XML input");
123 public RequestImpl(Element element) throws XACMLException { method in class:RequestImpl
131 "RequestImpl.processElement(): invalid root element");
139 "RequestImpl.processElement(): local name missing");
147 "RequestImpl.processElement(): invalid local name " +
159 "RequestImpl
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DRequestImpl.java25 * $Id: RequestImpl.java,v 1.4 2008/11/10 22:57:05 veiming Exp $
72 public class RequestImpl implements Request { class in inherits:Request
89 public RequestImpl() { method in class:RequestImpl
100 public RequestImpl(String xml) throws XACMLException { method in class:RequestImpl
108 "RequestImpl.processElement(): invalid XML input");
123 public RequestImpl(Element element) throws XACMLException { method in class:RequestImpl
131 "RequestImpl.processElement(): invalid root element");
139 "RequestImpl.processElement(): local name missing");
147 "RequestImpl.processElement(): invalid local name " +
159 "RequestImpl
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java40 import com.sun.identity.xacml.context.impl.RequestImpl;
93 return new RequestImpl();
114 return new RequestImpl(elem);
135 return new RequestImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java40 import com.sun.identity.xacml.context.impl.RequestImpl;
93 return new RequestImpl();
114 return new RequestImpl(elem);
135 return new RequestImpl(xml);

Completed in 32 milliseconds