Searched refs:totalArtifacts (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.java43 /** Holds value of property totalArtifacts. */
44 private int totalArtifacts; field in class:SAMLStatsAccessor
77 /** Gets property totalArtifacts.
78 * @return Value of property totalArtifacts.
82 return this.totalArtifacts;
85 /** Sets property totalArtifacts.
86 * @param totalArtifacts New value of property totalArtifacts.
89 public void setTotalArtifacts(int totalArtifacts) { argument
90 this.totalArtifacts
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLStatsAccessor.java43 /** Holds value of property totalArtifacts. */
44 private int totalArtifacts; field in class:SAMLStatsAccessor
77 /** Gets property totalArtifacts.
78 * @return Value of property totalArtifacts.
82 return this.totalArtifacts;
85 /** Sets property totalArtifacts.
86 * @param totalArtifacts New value of property totalArtifacts.
89 public void setTotalArtifacts(int totalArtifacts) { argument
90 this.totalArtifacts
[all...]

Completed in 28 milliseconds