Searched defs:issueInstant (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DConditionsProvider.java35 * @param issueInstant The instant at which the enclosing assertion was issued
40 Conditions get(SAML2Config saml2Config, Date issueInstant, argument
H A DDefaultConditionsProvider.java41 public Conditions get(SAML2Config saml2Config, Date issueInstant, argument
45 conditions.setNotBefore(issueInstant);
46 conditions.setNotOnOrAfter(new Date(issueInstant.getTime() + (saml2Config.getTokenLifetimeInSeconds() * 1000)));
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DConditionsProvider.java37 * @param issueInstant The instant at which the enclosing assertion was issued
42 Conditions get(SAML2Config saml2Config, Date issueInstant, argument
H A DDefaultConditionsProvider.java41 public Conditions get(SAML2Config saml2Config, Date issueInstant, argument
45 conditions.setNotBefore(issueInstant);
46 conditions.setNotOnOrAfter(new Date(issueInstant.getTime() + (saml2Config.getTokenLifetimeInSeconds() * 1000)));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java105 * @param issueInstant time instant of the issue. It has type
117 Date issueInstant, Set statements) throws SAMLException {
118 super(assertionID, issuer, issueInstant, statements);
131 * @param issueInstant time instant of the issue. It has type
145 Date issueInstant, Conditions conditions, Set statements)
147 super(assertionID, issuer, issueInstant, conditions, statements);
160 * @param issueInstant time instant of the issue. It has type
176 Date issueInstant, Conditions conditions, Advice advice,
178 super(assertionID, issuer, issueInstant, conditions,
116 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
144 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
175 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java372 * @param issueInstant time instant of the issue. It has type
384 Date issueInstant, Set statements) throws SAMLException
386 super(assertionID, issuer, issueInstant, statements);
398 * @param issueInstant time instant of the issue. It has type
412 Date issueInstant, Conditions conditions, Set statements)
415 super(assertionID, issuer, issueInstant, conditions, statements);
428 * @param issueInstant Time instant of the issue. It has type
444 Date issueInstant, Conditions conditions, Advice advice,
447 super(assertionID, issuer, issueInstant, conditions, advice,statements);
383 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
411 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
443 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
H A DAssertionBase.java511 * @param issueInstant time instant of the issue. It has type
523 Date issueInstant, Set statements) throws SAMLException
547 if (issueInstant != null) {
548 _issueInstant = issueInstant;
564 * @param issueInstant time instant of the issue. It has type
578 Date issueInstant, Conditions conditions, Set statements)
604 if (issueInstant != null) {
605 _issueInstant = issueInstant;
624 * @param issueInstant Time instant of the issue. It has type
640 Date issueInstant, Condition
522 AssertionBase(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
577 AssertionBase(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
639 AssertionBase(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, AdviceBase advice, Set statements) argument
701 setIssueInstant(java.util.Date issueInstant) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAbstractRequest.java60 protected Date issueInstant = null; field in class:AbstractRequest
219 return issueInstant;
225 * @param issueInstant a Date object representing the time when the Request
229 public boolean setIssueInstant(Date issueInstant) { argument
233 if (issueInstant == null) {
236 this.issueInstant = issueInstant;
H A DAbstractResponse.java55 protected Date issueInstant = null; field in class:AbstractResponse
209 return issueInstant;
215 * @param issueInstant a Date object representing the time when the Response
219 public boolean setIssueInstant(Date issueInstant) { argument
223 if (issueInstant == null) {
226 this.issueInstant = issueInstant;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptableNameIdentifier.java93 * @param issueInstant the Issue Instant
98 String format,Date issueInstant,
101 if(name == null || nameQualifier == null || issueInstant == null ||
109 _issueInstant = issueInstant;
97 EncryptableNameIdentifier(String name,String nameQualifier, String format,Date issueInstant, String nonce ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DEncryptableNameIdentifier.java96 * @param issueInstant the Issue Instant
101 String format,Date issueInstant,
104 if(name == null || nameQualifier == null || issueInstant == null ||
112 _issueInstant = issueInstant;
100 EncryptableNameIdentifier(String name,String nameQualifier, String format,Date issueInstant, String nonce ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java105 * @param issueInstant time instant of the issue. It has type
117 Date issueInstant, Set statements) throws SAMLException {
118 super(assertionID, issuer, issueInstant, statements);
131 * @param issueInstant time instant of the issue. It has type
145 Date issueInstant, Conditions conditions, Set statements)
147 super(assertionID, issuer, issueInstant, conditions, statements);
160 * @param issueInstant time instant of the issue. It has type
176 Date issueInstant, Conditions conditions, Advice advice,
178 super(assertionID, issuer, issueInstant, conditions,
116 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
144 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
175 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java372 * @param issueInstant time instant of the issue. It has type
384 Date issueInstant, Set statements) throws SAMLException
386 super(assertionID, issuer, issueInstant, statements);
398 * @param issueInstant time instant of the issue. It has type
412 Date issueInstant, Conditions conditions, Set statements)
415 super(assertionID, issuer, issueInstant, conditions, statements);
428 * @param issueInstant Time instant of the issue. It has type
444 Date issueInstant, Conditions conditions, Advice advice,
447 super(assertionID, issuer, issueInstant, conditions, advice,statements);
383 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
411 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
443 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAbstractRequest.java60 protected Date issueInstant = null; field in class:AbstractRequest
219 return issueInstant;
225 * @param issueInstant a Date object representing the time when the Request
229 public boolean setIssueInstant(Date issueInstant) { argument
233 if (issueInstant == null) {
236 this.issueInstant = issueInstant;
H A DAbstractResponse.java55 protected Date issueInstant = null; field in class:AbstractResponse
209 return issueInstant;
215 * @param issueInstant a Date object representing the time when the Response
219 public boolean setIssueInstant(Date issueInstant) { argument
223 if (issueInstant == null) {
226 this.issueInstant = issueInstant;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyResponse.java105 static final String ISSUE_INSTANT = "issueInstant";
117 private long issueInstant = 0; field in class:PolicyResponse
171 return issueInstant;
180 issueInstant = issueInst;
351 if (issueInstant != 0) {
353 .append("=\"") .append(issueInstant).append("\" ");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertion.java79 * @param issueInstant the issue time of the assertion
82 void setIssueInstant(Date issueInstant) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusResponseImpl.java63 protected Date issueInstant = null; field in class:StatusResponseImpl
105 * Returns the value of the issueInstant property.
107 * @return the value of the issueInstant property
111 return issueInstant;
115 * Sets the value of the issueInstant property.
117 * @param value the value of the issueInstant property to be set
123 this.issueInstant = value;
414 .append(DateUtils.toUTCDateFormat(issueInstant))
521 issueInstant = DateUtils.stringToDate(issueInstantStr);
543 if (issueInstant
[all...]
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImpl.java90 final Date issueInstant = new Date();
91 setIssueInstant(assertion, issueInstant);
93 setConditions(assertion, saml2Config, issueInstant, tokenGenerationState.getSaml2SubjectConfirmation());
95 invocationState.getSaml2TokenGenerationState().getSaml2SubjectConfirmation(), issueInstant,
134 subjectId, issueInstant.getTime(), saml2Config.getTokenLifetimeInSeconds());
163 private void setIssueInstant(Assertion assertion, Date issueInstant) throws TokenCreationException { argument
165 assertion.setIssueInstant(issueInstant);
173 Date issueInstant,
176 assertion.setConditions(statementProvider.getConditionsProvider(saml2Config).get(saml2Config, issueInstant, saml2SubjectConfirmation));
172 setConditions(Assertion assertion, SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java302 * @param issueInstant the <code>IssueInstant</code> element.
312 public FSAssertion(String assertionID,String issuer,Date issueInstant, argument
315 super(assertionID, issuer, issueInstant, statements);
324 * @param issueInstant the <code>IssueInstant</code> element.
335 public FSAssertion(String assertionID,String issuer,Date issueInstant, argument
338 super(assertionID, issuer, issueInstant, conditions, statements);
347 * @param issueInstant the <code>IssueInstant</code> element.
359 public FSAssertion(String assertionID,String issuer,Date issueInstant, argument
363 super(assertionID, issuer, issueInstant,conditions, advice, statements);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyResponse.java105 static final String ISSUE_INSTANT = "issueInstant";
117 private long issueInstant = 0; field in class:PolicyResponse
171 return issueInstant;
180 issueInstant = issueInst;
351 if (issueInstant != 0) {
353 .append("=\"") .append(issueInstant).append("\" ");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java305 * @param issueInstant the <code>IssueInstant</code> element.
315 public FSAssertion(String assertionID,String issuer,Date issueInstant, argument
318 super(assertionID, issuer, issueInstant, statements);
327 * @param issueInstant the <code>IssueInstant</code> element.
338 public FSAssertion(String assertionID,String issuer,Date issueInstant, argument
341 super(assertionID, issuer, issueInstant, conditions, statements);
350 * @param issueInstant the <code>IssueInstant</code> element.
362 public FSAssertion(String assertionID,String issuer,Date issueInstant, argument
366 super(assertionID, issuer, issueInstant,conditions, advice, statements);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertion.java79 * @param issueInstant the issue time of the assertion
82 void setIssueInstant(Date issueInstant) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusResponseImpl.java61 protected Date issueInstant = null; field in class:StatusResponseImpl
103 * Returns the value of the issueInstant property.
105 * @return the value of the issueInstant property
109 return issueInstant;
113 * Sets the value of the issueInstant property.
115 * @param value the value of the issueInstant property to be set
121 this.issueInstant = value;
412 .append(DateUtils.toUTCDateFormat(issueInstant))
519 issueInstant = DateUtils.stringToDate(issueInstantStr);
541 if (issueInstant
[all...]
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DSAML2TokenGenerationImpl.java92 final Date issueInstant = newDate();
93 setIssueInstant(assertion, issueInstant);
95 setConditions(assertion, saml2Config, issueInstant, tokenGenerationState.getSaml2SubjectConfirmation());
97 invocationState.getSaml2TokenGenerationState().getSaml2SubjectConfirmation(), issueInstant,
136 subjectId, issueInstant.getTime(), saml2Config.getTokenLifetimeInSeconds());
165 private void setIssueInstant(Assertion assertion, Date issueInstant) throws TokenCreationException { argument
167 assertion.setIssueInstant(issueInstant);
175 Date issueInstant,
178 assertion.setConditions(statementProvider.getConditionsProvider(saml2Config).get(saml2Config, issueInstant, saml2SubjectConfirmation));
174 setConditions(Assertion assertion, SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation) argument

Completed in 87 milliseconds

12