Searched refs:AuthzDecisionStatement (Results 1 - 12 of 12) sorted by relevance
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/ |
H A D | AuthzDecisionStatementsProvider.java | 20 import com.sun.identity.saml2.assertion.AuthzDecisionStatement; 27 * of the AuthzDecisionStatement in OpenAM, and no processing of these statements, other than calling toXMLString(bool, bool) 32 * Thus a 'bare-bones' implementation of this interface could return a List of implementations of the AuthzDecisionStatement 33 * interface, where the implementation simply returns the xml string corresponding to the AuthzDecisionStatement in 36 * AuthzDecisionStatement implementations. 37 * @see com.sun.identity.saml2.assertion.AuthzDecisionStatement 43 * @return The List of AuthzDecisionStatement instances to be included in the assertion. List must be non-null - return 46 List<AuthzDecisionStatement> get(SSOToken ssoToken, SAML2Config config);
|
H A D | DefaultAuthzDecisionStatementsProvider.java | 20 import com.sun.identity.saml2.assertion.AuthzDecisionStatement; 30 public List<AuthzDecisionStatement> get(SSOToken ssoToken, SAML2Config config) {
|
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/ |
H A D | AuthzDecisionStatementsProvider.java | 20 import com.sun.identity.saml2.assertion.AuthzDecisionStatement; 27 * of the AuthzDecisionStatement in OpenAM, and no processing of these statements, other than calling toXMLString(bool, bool) 32 * Thus a 'bare-bones' implementation of this interface could return a List of implementations of the AuthzDecisionStatement 33 * interface, where the implementation simply returns the xml string corresponding to the AuthzDecisionStatement in 36 * AuthzDecisionStatement implementations. 37 * @see com.sun.identity.saml2.assertion.AuthzDecisionStatement 44 * @return The List of AuthzDecisionStatement instances to be included in the assertion. List must be non-null - return 47 List<AuthzDecisionStatement> get(SSOToken ssoToken, SAML2Config config);
|
H A D | DefaultAuthzDecisionStatementsProvider.java | 20 import com.sun.identity.saml2.assertion.AuthzDecisionStatement; 30 public List<AuthzDecisionStatement> get(SSOToken ssoToken, SAML2Config config) {
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
H A D | AuthzDecisionStatement.java | 25 * $Id: AuthzDecisionStatement.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $ 37 * The <code>AuthzDecisionStatement</code> element describes a statement 64 public interface AuthzDecisionStatement extends Statement { interface in inherits:Statement
|
H A D | Assertion.java | 170 List<AuthzDecisionStatement> getAuthzDecisionStatements(); 202 void setAuthzDecisionStatements(List<AuthzDecisionStatement> statements)
|
H A D | AssertionFactory.java | 1347 * Returns a new instance of <code>AuthzDecisionStatement</code>. 1350 * @return a new instance of <code>AuthzDecisionStatement</code>. 1353 public AuthzDecisionStatement createAuthzDecisionStatement() { 1359 return (AuthzDecisionStatement) obj; 1364 * Returns a new instance of <code>AuthzDecisionStatement</code>. The return 1368 * <code>AuthzDecisionStatement</code>. 1369 * @return a new instance of <code>AuthzDecisionStatement</code>. 1374 public AuthzDecisionStatement createAuthzDecisionStatement( 1383 return (AuthzDecisionStatement) obj; 1388 * Returns a new instance of <code>AuthzDecisionStatement</cod [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
H A D | AuthzDecisionStatement.java | 25 * $Id: AuthzDecisionStatement.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $ 37 * The <code>AuthzDecisionStatement</code> element describes a statement 64 public interface AuthzDecisionStatement extends Statement { interface in inherits:Statement
|
H A D | Assertion.java | 170 List<AuthzDecisionStatement> getAuthzDecisionStatements(); 202 void setAuthzDecisionStatements(List<AuthzDecisionStatement> statements)
|
H A D | AssertionFactory.java | 1347 * Returns a new instance of <code>AuthzDecisionStatement</code>. 1350 * @return a new instance of <code>AuthzDecisionStatement</code>. 1353 public AuthzDecisionStatement createAuthzDecisionStatement() { 1359 return (AuthzDecisionStatement) obj; 1364 * Returns a new instance of <code>AuthzDecisionStatement</code>. The return 1368 * <code>AuthzDecisionStatement</code>. 1369 * @return a new instance of <code>AuthzDecisionStatement</code>. 1374 public AuthzDecisionStatement createAuthzDecisionStatement( 1383 return (AuthzDecisionStatement) obj; 1388 * Returns a new instance of <code>AuthzDecisionStatement</cod [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/ |
H A D | AssertionImpl.java | 56 import com.sun.identity.saml2.assertion.AuthzDecisionStatement; 82 private List<AuthzDecisionStatement> authzDecisionStatements = new ArrayList(); 102 "AuthzDecisionStatement"; 548 public List<AuthzDecisionStatement> getAuthzDecisionStatements() { 600 public void setAuthzDecisionStatements(List<AuthzDecisionStatement> statements) 848 AuthzDecisionStatement st = 849 (AuthzDecisionStatement)authzDecisionStatements.get(i); 897 AuthzDecisionStatement authz = 898 (AuthzDecisionStatement)authzDecisionStatements.get(i);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/ |
H A D | AssertionImpl.java | 58 import com.sun.identity.saml2.assertion.AuthzDecisionStatement; 84 private List<AuthzDecisionStatement> authzDecisionStatements = new ArrayList(); 104 "AuthzDecisionStatement"; 550 public List<AuthzDecisionStatement> getAuthzDecisionStatements() { 602 public void setAuthzDecisionStatements(List<AuthzDecisionStatement> statements) 850 AuthzDecisionStatement st = 851 (AuthzDecisionStatement)authzDecisionStatements.get(i); 899 AuthzDecisionStatement authz = 900 (AuthzDecisionStatement)authzDecisionStatements.get(i);
|
Completed in 3170 milliseconds