Searched defs:statement (Results 1 - 25 of 56) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFiltersTestCase.java68 * @param statement The statement string.
69 * @throws Exception If a valid statement fails to parse.
72 public void testValidStatements(String statement) argument
74 TargAttrFilters.decode(EnumTargetOperator.EQUALITY, statement);
79 * @param statement The statement string.
80 * @throws Exception If an invalid statement parses.
83 public void testInvalidStatements(String statement) throws Exception { argument
85 TargAttrFilters.decode(EnumTargetOperator.EQUALITY,statement);
[all...]
H A DSSFTestCase.java170 * @param statement The ssf statement to attempt to decode.
174 public void testValidStatements(String statement) throws AciException { argument
175 SSF.decode(statement, bindRuleType);
181 * @param statement The ssf statement to attempt to decode.
186 public void testInvalidStatements(String statement) throws Exception { argument
188 SSF.decode(statement, bindRuleType);
193 "Invalid ssf <" + statement +
198 "Invalid ssf <" + statement
[all...]
H A DTargetControlTestCase.java188 * @param statement The targetcontrol statement to attempt to decode.
192 public void testValidStatements(String statement) throws AciException { argument
193 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
199 * @param statement The targetcontrol statement to attempt to decode.
203 public void testInvalidStatements(String statement) throws Exception { argument
205 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
210 "Invalid targetcontrol <" + statement +
215 "Invalid targetcontrol <" + statement
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFiltersTestCase.java67 * @param statement The statement string.
68 * @throws Exception If a valid statement fails to parse.
71 public void testValidStatements(String statement) argument
73 TargAttrFilters.decode(EnumTargetOperator.EQUALITY, statement);
78 * @param statement The statement string.
79 * @throws Exception If an invalid statement parses.
82 public void testInvalidStatements(String statement) throws Exception { argument
84 TargAttrFilters.decode(EnumTargetOperator.EQUALITY,statement);
[all...]
H A DSSFTestCase.java170 * @param statement The ssf statement to attempt to decode.
174 public void testValidStatements(String statement) throws AciException { argument
175 SSF.decode(statement, bindRuleType);
181 * @param statement The ssf statement to attempt to decode.
186 public void testInvalidStatements(String statement) throws Exception { argument
188 SSF.decode(statement, bindRuleType);
193 "Invalid ssf <" + statement +
198 "Invalid ssf <" + statement
[all...]
H A DTargetControlTestCase.java195 * @param statement The targetcontrol statement to attempt to decode.
199 public void testValidStatements(String statement) throws AciException { argument
200 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
206 * @param statement The targetcontrol statement to attempt to decode.
210 public void testInvalidStatements(String statement) throws Exception { argument
212 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
217 "Invalid targetcontrol <" + statement +
222 "Invalid targetcontrol <" + statement
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFiltersTestCase.java68 * @param statement The statement string.
69 * @throws Exception If a valid statement fails to parse.
72 public void testValidStatements(String statement) argument
74 TargAttrFilters.decode(EnumTargetOperator.EQUALITY, statement);
79 * @param statement The statement string.
80 * @throws Exception If an invalid statement parses.
83 public void testInvalidStatements(String statement) throws Exception { argument
85 TargAttrFilters.decode(EnumTargetOperator.EQUALITY,statement);
[all...]
H A DSSFTestCase.java170 * @param statement The ssf statement to attempt to decode.
174 public void testValidStatements(String statement) throws AciException { argument
175 SSF.decode(statement, bindRuleType);
181 * @param statement The ssf statement to attempt to decode.
186 public void testInvalidStatements(String statement) throws Exception { argument
188 SSF.decode(statement, bindRuleType);
193 "Invalid ssf <" + statement +
198 "Invalid ssf <" + statement
[all...]
H A DTargetControlTestCase.java188 * @param statement The targetcontrol statement to attempt to decode.
192 public void testValidStatements(String statement) throws AciException { argument
193 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
199 * @param statement The targetcontrol statement to attempt to decode.
203 public void testInvalidStatements(String statement) throws Exception { argument
205 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
210 "Invalid targetcontrol <" + statement +
215 "Invalid targetcontrol <" + statement
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFiltersTestCase.java67 * @param statement The statement string.
68 * @throws Exception If a valid statement fails to parse.
71 public void testValidStatements(String statement) argument
73 TargAttrFilters.decode(EnumTargetOperator.EQUALITY, statement);
78 * @param statement The statement string.
79 * @throws Exception If an invalid statement parses.
82 public void testInvalidStatements(String statement) throws Exception { argument
84 TargAttrFilters.decode(EnumTargetOperator.EQUALITY,statement);
[all...]
H A DSSFTestCase.java170 * @param statement The ssf statement to attempt to decode.
174 public void testValidStatements(String statement) throws AciException { argument
175 SSF.decode(statement, bindRuleType);
181 * @param statement The ssf statement to attempt to decode.
186 public void testInvalidStatements(String statement) throws Exception { argument
188 SSF.decode(statement, bindRuleType);
193 "Invalid ssf <" + statement +
198 "Invalid ssf <" + statement
[all...]
H A DTargetControlTestCase.java195 * @param statement The targetcontrol statement to attempt to decode.
199 public void testValidStatements(String statement) throws AciException { argument
200 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
206 * @param statement The targetcontrol statement to attempt to decode.
210 public void testInvalidStatements(String statement) throws Exception { argument
212 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
217 "Invalid targetcontrol <" + statement +
222 "Invalid targetcontrol <" + statement
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFiltersTestCase.java68 * @param statement The statement string.
69 * @throws Exception If a valid statement fails to parse.
72 public void testValidStatements(String statement) argument
74 TargAttrFilters.decode(EnumTargetOperator.EQUALITY, statement);
79 * @param statement The statement string.
80 * @throws Exception If an invalid statement parses.
83 public void testInvalidStatements(String statement) throws Exception { argument
85 TargAttrFilters.decode(EnumTargetOperator.EQUALITY,statement);
[all...]
H A DSSFTestCase.java170 * @param statement The ssf statement to attempt to decode.
174 public void testValidStatements(String statement) throws AciException { argument
175 SSF.decode(statement, bindRuleType);
181 * @param statement The ssf statement to attempt to decode.
186 public void testInvalidStatements(String statement) throws Exception { argument
188 SSF.decode(statement, bindRuleType);
193 "Invalid ssf <" + statement +
198 "Invalid ssf <" + statement
[all...]
H A DTargetControlTestCase.java188 * @param statement The targetcontrol statement to attempt to decode.
192 public void testValidStatements(String statement) throws AciException { argument
193 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
199 * @param statement The targetcontrol statement to attempt to decode.
203 public void testInvalidStatements(String statement) throws Exception { argument
205 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
210 "Invalid targetcontrol <" + statement +
215 "Invalid targetcontrol <" + statement
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultLibrarySPAccountMapper.java120 Statement statement = (Statement)iter.next();
121 if (statement.getStatementType() ==
123 subject = ((SubjectStatement)statement).getSubject();
168 AttributeStatement statement,
179 List list = statement.getAttribute();
167 getAttribute( AttributeStatement statement, String attributeName, String realm, String hostEntityID) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java342 XACMLAuthzDecisionStatement statement = ContextFactory.getInstance()
344 statement.setResponse(response);
346 statement.setRequest(xacmlRequest);
350 = createSamlpResponse(statement,
365 XACMLAuthzDecisionStatement statement, String statusCodeValue)
391 statement.toXMLString(true, true)); //add decisionstatement
364 createSamlpResponse( XACMLAuthzDecisionStatement statement, String statusCodeValue) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DTargAttrFiltersTestCase.java67 * @param statement The statement string.
68 * @throws Exception If a valid statement fails to parse.
71 public void testValidStatements(String statement) argument
73 TargAttrFilters.decode(EnumTargetOperator.EQUALITY, statement);
78 * @param statement The statement string.
79 * @throws Exception If an invalid statement parses.
82 public void testInvalidStatements(String statement) throws Exception { argument
84 TargAttrFilters.decode(EnumTargetOperator.EQUALITY,statement);
[all...]
H A DSSFTestCase.java168 * @param statement The ssf statement to attempt to decode.
172 public void testValidStatements(String statement) throws AciException { argument
173 SSF.decode(statement, bindRuleType);
179 * @param statement The ssf statement to attempt to decode.
184 public void testInvalidStatements(String statement) throws Exception { argument
186 SSF.decode(statement, bindRuleType);
191 "Invalid ssf <" + statement +
196 "Invalid ssf <" + statement
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DCleanupHelper.java58 * @param statement the statement to try to close if not null.
61 public static void loggedClose(Statement statement) { argument
62 if (statement != null) {
64 statement.close();
66 logger.warn("Failure during statement close ", ex);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java341 XACMLAuthzDecisionStatement statement = ContextFactory.getInstance()
343 statement.setResponse(response);
345 statement.setRequest(xacmlRequest);
349 = createSamlpResponse(statement,
364 XACMLAuthzDecisionStatement statement, String statusCodeValue)
390 statement.toXMLString(true, true)); //add decisionstatement
363 createSamlpResponse( XACMLAuthzDecisionStatement statement, String statusCodeValue) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultLibrarySPAccountMapper.java120 Statement statement = (Statement)iter.next();
121 if (statement.getStatementType() ==
123 subject = ((SubjectStatement)statement).getSubject();
168 AttributeStatement statement,
179 List list = statement.getAttribute();
167 getAttribute( AttributeStatement statement, String attributeName, String realm, String hostEntityID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java172 * statement does not have the auto federation attribute then the NameID value will be used if use NameID as SP user
204 for (AttributeStatement statement : attributeStatements) {
205 autoFedAttributeValue = getAttribute(statement, autoFedAttribute, decryptionKeys);
299 private Set<String> getAttribute(AttributeStatement statement, String attributeName, argument
306 List<Attribute> list = statement.getAttribute();
307 List<EncryptedAttribute> encList = statement.getEncryptedAttribute();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java172 * statement does not have the auto federation attribute then the NameID value will be used if use NameID as SP user
204 for (AttributeStatement statement : attributeStatements) {
205 autoFedAttributeValue = getAttribute(statement, autoFedAttribute, decryptionKeys);
299 private Set<String> getAttribute(AttributeStatement statement, String attributeName, argument
306 List<Attribute> list = statement.getAttribute();
307 List<EncryptedAttribute> encList = statement.getEncryptedAttribute();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DDBHandler.java394 * @param values The values to be added as part of the INSERT statement
395 * @return A PreparedStatement representing the INSERT statement for the provided values.
396 * @throws SQLException if there is an issue creating or preparing the statement values.
1205 private void closeStatement(Statement statement) { argument
1207 if (statement != null) {
1209 statement.close();
1212 Debug.warning(tableName + ":DBHandler:closeStatement:error closing statement: SQLException ("

Completed in 121 milliseconds

123