Searched refs:Result (Results 1 - 25 of 156) sorted by relevance

1234567

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DResponse.java53 * <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Result" maxOccurs="unbounded"/>
68 @XmlElement(name = "Result", required = true)
69 protected List<Result> result;
89 * {@link Result }
93 public List<Result> getResult() {
95 result = new ArrayList<Result>();
112 Iterator<Result> resultIterator = this.getResult().iterator();
114 Result result = resultIterator.next();
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DResponse.java53 * &lt;element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Result" maxOccurs="unbounded"/>
68 @XmlElement(name = "Result", required = true)
69 protected List<Result> result;
89 * {@link Result }
93 public List<Result> getResult() {
95 result = new ArrayList<Result>();
112 Iterator<Result> resultIterator = this.getResult().iterator();
114 Result result = resultIterator.next();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/spi/
H A DResultMapper.java30 import com.sun.identity.xacml.context.Result;
53 * Returns XACML context Result
58 * @return XACML context Result
59 * @exception XACMLException if can not map to XACML context Result
61 public Result mapToXACMLResult(Object nativeResult,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/spi/
H A DResultMapper.java30 import com.sun.identity.xacml.context.Result;
53 * Returns XACML context Result
58 * @return XACML context Result
59 * @exception XACMLException if can not map to XACML context Result
61 public Result mapToXACMLResult(Object nativeResult,
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DLdapOperationFailedException.java20 import org.forgerock.opendj.ldap.responses.Result;
27 public LdapOperationFailedException(Result result) {
30 "Result Code: {0}\n" +
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DLdapOperationFailedException.java20 import org.forgerock.opendj.ldap.responses.Result;
27 public LdapOperationFailedException(Result result) {
30 "Result Code: {0}\n" +
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/websphere/
H A DAmAgentUserRegistry.java43 import com.ibm.websphere.security.Result;
88 public Result getUsers(String pattern, int limit)
90 Result result = new Result();
132 public Result getGroups(String pattern, int limit)
134 Result result = new Result();
193 public Result getUsersForGroup(String groupSecurityName, int limit)
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMResultMapper.java30 import com.sun.identity.xacml.context.Result;
58 * XACML context Result
64 * @return XACML context Result
65 * @exception XACMLException if can not map to XACML context Result
67 public Result mapToXACMLResult(Object nativeResult,
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMResultMapper.java30 import com.sun.identity.xacml.context.Result;
58 * XACML context Result
64 * @return XACML context Result
65 * @exception XACMLException if can not map to XACML context Result
67 public Result mapToXACMLResult(Object nativeResult,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DResponse.java37 * one or more <code>Result</code>s issued by policy decision point
44 * &lt;xs:element ref="xacml-context:Result" maxOccurs="unbounded"/>
52 * Returns the <code>Result</code>s of this object
54 * @return the <code>Result</code>s of this object
59 * Adds a <code>Result</code> to this object
61 * @param result the <code>Result</code> to add
65 public void addResult(Result result) throws XACMLException;
68 * Sets the <code>Result</code>s of this object
70 * @param results the <code>Result</code>s of this object
H A DResult.java25 * $Id: Result.java,v 1.3 2008/06/25 05:48:12 qcheng Exp $
36 * The <code>Result</code> element is a container of
37 * one or more <code>Result</code>s issuded by authorization authority.
52 public interface Result { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DResponse.java37 * one or more <code>Result</code>s issued by policy decision point
44 * &lt;xs:element ref="xacml-context:Result" maxOccurs="unbounded"/>
52 * Returns the <code>Result</code>s of this object
54 * @return the <code>Result</code>s of this object
59 * Adds a <code>Result</code> to this object
61 * @param result the <code>Result</code> to add
65 public void addResult(Result result) throws XACMLException;
68 * Sets the <code>Result</code>s of this object
70 * @param results the <code>Result</code>s of this object
H A DResult.java25 * $Id: Result.java,v 1.3 2008/06/25 05:48:12 qcheng Exp $
36 * The <code>Result</code> element is a container of
37 * one or more <code>Result</code>s issuded by authorization authority.
52 public interface Result { interface
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DADBackend.java35 import org.forgerock.opendj.ldap.responses.Result;
52 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
67 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
78 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
83 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
89 final LdapResultHandler<Result> resultHandler) {
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DADBackend.java35 import org.forgerock.opendj.ldap.responses.Result;
52 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
67 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
78 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
83 IntermediateResponseHandler intermediateResponseHandler, LdapResultHandler<Result> resultHandler) {
89 final LdapResultHandler<Result> resultHandler) {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DLdapSearchHandler.java29 import org.forgerock.opendj.ldap.responses.Result;
49 * @see Result
55 * @return The Result of the search.
59 public Result performSearch(Connection connection, SearchRequest request, Collection<Entry> entries) throws QueryFailedException {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResponseImpl.java38 import com.sun.identity.xacml.context.Result;
52 * one or more <code>Result</code>s issuded by authorization authority.
60 * &lt;xs:element ref="xacml-context:Result"
69 private List results = new ArrayList(); //Result+
113 * Returns the <code>Result</code>s of this object
115 * @return the <code>Result</code>s of this object
122 * Sets the <code>Result</code>s of this object
124 * @param values the <code>Result</code>s of this object.
137 Result value = (Result) ite
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResponseImpl.java38 import com.sun.identity.xacml.context.Result;
52 * one or more <code>Result</code>s issuded by authorization authority.
60 * &lt;xs:element ref="xacml-context:Result"
69 private List results = new ArrayList(); //Result+
113 * Returns the <code>Result</code>s of this object
115 * @return the <code>Result</code>s of this object
122 * Sets the <code>Result</code>s of this object
124 * @param values the <code>Result</code>s of this object.
137 Result value = (Result) ite
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java62 public enum Result enum in class:ConfirmInitializeAndImportDialog
115 ((ConfirmInitializeAndImportPanel)panel).result = Result.CANCEL;
124 public Result getResult()
155 private Result result;
226 result = Result.INITIALIZE_ALL;
246 result = Result.IMPORT_ONLY;
264 result = Result.CANCEL;
H A DUnsavedChangesDialog.java62 public enum Result enum in class:UnsavedChangesDialog
115 ((UnsavedChangesPanel)panel).result = Result.CANCEL;
124 public Result getResult()
153 private Result result;
215 result = Result.DO_NOT_SAVE;
241 result = Result.CANCEL;
259 result = Result.SAVE;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java61 public enum Result enum in class:ConfirmInitializeAndImportDialog
114 ((ConfirmInitializeAndImportPanel)panel).result = Result.CANCEL;
123 public Result getResult()
154 private Result result;
225 result = Result.INITIALIZE_ALL;
245 result = Result.IMPORT_ONLY;
263 result = Result.CANCEL;
H A DUnsavedChangesDialog.java61 public enum Result enum in class:UnsavedChangesDialog
114 ((UnsavedChangesPanel)panel).result = Result.CANCEL;
123 public Result getResult()
152 private Result result;
214 result = Result.DO_NOT_SAVE;
240 result = Result.CANCEL;
258 result = Result.SAVE;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java62 public enum Result enum in class:ConfirmInitializeAndImportDialog
115 ((ConfirmInitializeAndImportPanel)panel).result = Result.CANCEL;
124 public Result getResult()
155 private Result result;
226 result = Result.INITIALIZE_ALL;
246 result = Result.IMPORT_ONLY;
264 result = Result.CANCEL;
H A DUnsavedChangesDialog.java62 public enum Result enum in class:UnsavedChangesDialog
115 ((UnsavedChangesPanel)panel).result = Result.CANCEL;
124 public Result getResult()
153 private Result result;
215 result = Result.DO_NOT_SAVE;
241 result = Result.CANCEL;
259 result = Result.SAVE;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java61 public enum Result enum in class:ConfirmInitializeAndImportDialog
114 ((ConfirmInitializeAndImportPanel)panel).result = Result.CANCEL;
123 public Result getResult()
154 private Result result;
225 result = Result.INITIALIZE_ALL;
245 result = Result.IMPORT_ONLY;
263 result = Result.CANCEL;

Completed in 82 milliseconds

1234567