Searched defs:totalAssertions (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLStatsAccessor.java40 /** Holds value of property totalAssertions. */
41 private int totalAssertions; field in class:SAMLStatsAccessor
61 /** Gets property totalAssertions.
62 * @return Value of property totalAssertions.
66 return this.totalAssertions;
69 /** Sets property totalAssertions.
70 * @param totalAssertions New value of property totalAssertions.
73 public void setTotalAssertions(int totalAssertions) { argument
74 this.totalAssertions
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLStatsAccessor.java40 /** Holds value of property totalAssertions. */
41 private int totalAssertions; field in class:SAMLStatsAccessor
61 /** Gets property totalAssertions.
62 * @return Value of property totalAssertions.
66 return this.totalAssertions;
69 /** Sets property totalAssertions.
70 * @param totalAssertions New value of property totalAssertions.
73 public void setTotalAssertions(int totalAssertions) { argument
74 this.totalAssertions
[all...]

Completed in 19 milliseconds