Searched refs:SsoServerSAML2IDPEntryImpl (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML2IDPEntryImpl.java25 * $Id: SsoServerSAML2IDPEntryImpl.java,v 1.3 2009/10/21 00:03:13 bigfatrat Exp $
42 public class SsoServerSAML2IDPEntryImpl extends SsoServerSAML2IDPEntry { class in inherits:SsoServerSAML2IDPEntry
49 public SsoServerSAML2IDPEntryImpl (SnmpMib myMib) { method in class:SsoServerSAML2IDPEntryImpl
64 String classModule = "SsoServerSAML2IDPEntryImpl." +
H A DSsoServerSAML2SvcImpl.java143 SsoServerSAML2IDPEntryImpl ssei = Agent.getSAML2IDPEntry(entName);
186 SsoServerSAML2IDPEntryImpl ssei = Agent.getSAML2IDPEntry(entName);
H A DAgent.java164 private static Map<String, SsoServerSAML2IDPEntryImpl> realmSAML2IDPs =
165 new HashMap<String, SsoServerSAML2IDPEntryImpl>(); // realm|idp entries
2429 SsoServerSAML2IDPEntryImpl sei =
2430 new SsoServerSAML2IDPEntryImpl(sunMib);
2908 public static SsoServerSAML2IDPEntryImpl getSAML2IDPEntry (
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML2IDPEntryImpl.java25 * $Id: SsoServerSAML2IDPEntryImpl.java,v 1.3 2009/10/21 00:03:13 bigfatrat Exp $
42 public class SsoServerSAML2IDPEntryImpl extends SsoServerSAML2IDPEntry { class in inherits:SsoServerSAML2IDPEntry
49 public SsoServerSAML2IDPEntryImpl (SnmpMib myMib) { method in class:SsoServerSAML2IDPEntryImpl
64 String classModule = "SsoServerSAML2IDPEntryImpl." +
H A DSsoServerSAML2SvcImpl.java143 SsoServerSAML2IDPEntryImpl ssei = Agent.getSAML2IDPEntry(entName);
186 SsoServerSAML2IDPEntryImpl ssei = Agent.getSAML2IDPEntry(entName);
H A DAgent.java166 private static Map<String, SsoServerSAML2IDPEntryImpl> realmSAML2IDPs =
167 new HashMap<String, SsoServerSAML2IDPEntryImpl>(); // realm|idp entries
2430 SsoServerSAML2IDPEntryImpl sei =
2431 new SsoServerSAML2IDPEntryImpl(sunMib);
2909 public static SsoServerSAML2IDPEntryImpl getSAML2IDPEntry (

Completed in 45 milliseconds