Searched defs:svc (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationBase.java87 protected static Set getServerConfigurationId(ServiceConfig svc) argument
90 Set names = svc.getSubConfigNames("*");
95 ServiceConfig sc = svc.getSubConfig(name);
107 ServiceConfig svc
110 Set names = svc.getSubConfigNames("*");
116 getSiteConfigurationIds(null, svc, name, false));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/model/
H A DAMRecord.java58 * @param svc Service code such as session or saml2
67 public AMRecord(String svc, String op, String pKey, long eDate, argument
69 this.setService(svc);
H A DFAMRecord.java53 * @param svc Service code such as session or saml2
62 public FAMRecord ( String svc, String op, String pKey, long eDate, argument
64 this.setService(svc);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationBase.java101 protected static Set<String> getServerConfigurationId(ServiceConfig svc) throws SMSException, SSOException { argument
104 if (svc != null && svc.isValid()) {
105 Set<String> names = svc.getSubConfigNames("*");
108 ServiceConfig sc = svc.getSubConfig(name);
122 protected static Set<String> getSiteConfigurationId(ServiceConfig svc) throws SMSException, SSOException { argument
124 if (svc != null && svc.isValid()) {
125 Set<String> names = svc.getSubConfigNames("*");
128 currentIds.addAll(getSiteConfigurationIds(null, svc, nam
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/model/
H A DAMRecord.java58 * @param svc Service code such as session or saml2
67 public AMRecord(String svc, String op, String pKey, long eDate, argument
69 this.setService(svc);
H A DFAMRecord.java53 * @param svc Service code such as session or saml2
62 public FAMRecord ( String svc, String op, String pKey, long eDate, argument
64 this.setService(svc);

Completed in 57 milliseconds