Searched refs:ServiceSchema (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsGlobalSingletonProviderFactory.java23 import com.sun.identity.sm.ServiceSchema;
33 @Assisted("global") ServiceSchema globalSchema, @Assisted("organization") ServiceSchema organizationSchema,
34 @Assisted("dynamic") ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath,
H A DSmsCollectionProviderFactory.java22 import com.sun.identity.sm.ServiceSchema;
26 SmsCollectionProvider create(SmsJsonConverter converter, ServiceSchema schema, SchemaType type,
27 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
H A DSmsSingletonProviderFactory.java23 import com.sun.identity.sm.ServiceSchema;
31 SmsSingletonProvider create(SmsJsonConverter converter, @Assisted("schema") ServiceSchema schema,
32 @Assisted("dynamic") ServiceSchema dynamicSchema, SchemaType type,
33 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsGlobalSingletonProviderFactory.java23 import com.sun.identity.sm.ServiceSchema;
33 @Assisted("global") ServiceSchema globalSchema, @Assisted("organization") ServiceSchema organizationSchema,
34 @Assisted("dynamic") ServiceSchema dynamicSchema, SchemaType type, List<ServiceSchema> subSchemaPath,
H A DSmsCollectionProviderFactory.java22 import com.sun.identity.sm.ServiceSchema;
26 SmsCollectionProvider create(SmsJsonConverter converter, ServiceSchema schema, SchemaType type,
27 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
H A DSmsSingletonProviderFactory.java23 import com.sun.identity.sm.ServiceSchema;
31 SmsSingletonProvider create(SmsJsonConverter converter, @Assisted("schema") ServiceSchema schema,
32 @Assisted("dynamic") ServiceSchema dynamicSchema, SchemaType type,
33 List<ServiceSchema> subSchemaPath, String uriPath, boolean serviceHasInstanceName);
H A DSmsGlobalSingletonProvider.java63 import com.sun.identity.sm.ServiceSchema;
74 private final ServiceSchema organizationSchema;
78 @Assisted("global") ServiceSchema globalSchema,
79 @Assisted("organization") @Nullable ServiceSchema organizationSchema,
80 @Assisted("dynamic") @Nullable ServiceSchema dynamicSchema, @Assisted SchemaType type,
81 @Assisted List<ServiceSchema> subSchemaPath, @Assisted String uriPath,
96 protected ApiDescription initDescription(ServiceSchema schema) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DMultiServicesPropertyXMLBuilder.java34 import com.sun.identity.sm.ServiceSchema;
51 ServiceSchema serviceSchema,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DMultiServicesPropertyXMLBuilder.java34 import com.sun.identity.sm.ServiceSchema;
51 ServiceSchema serviceSchema,
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProviderTest.java62 import com.sun.identity.sm.ServiceSchema;
73 private ServiceSchema serviceSchema;
77 private List<ServiceSchema> subSchemaPath;
210 ServiceSchema branch = Mockito.mock(ServiceSchema.class);
211 ServiceSchema leaf = Mockito.mock(ServiceSchema.class);
213 List<ServiceSchema> subSchemaPath = Arrays.asList(branch, leaf);
234 ServiceSchema branch = Mockito.mock(ServiceSchema
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DEnableGenericRepoStep.java38 import com.sun.identity.sm.ServiceSchema;
67 ServiceSchema genericSchema = getGenericLDAPv3Schema();
80 ServiceSchema genericSchema = getGenericLDAPv3Schema();
103 private ServiceSchema getGenericLDAPv3Schema() throws SSOException, SMSException {
105 ServiceSchema organizationSchema = ssm.getOrganizationSchema();
106 ServiceSchema genericSchema = organizationSchema.getSubSchema("LDAPv3");
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DEnableGenericRepoStep.java38 import com.sun.identity.sm.ServiceSchema;
67 ServiceSchema genericSchema = getGenericLDAPv3Schema();
80 ServiceSchema genericSchema = getGenericLDAPv3Schema();
103 private ServiceSchema getGenericLDAPv3Schema() throws SSOException, SMSException {
105 ServiceSchema organizationSchema = ssm.getOrganizationSchema();
106 ServiceSchema genericSchema = organizationSchema.getSubSchema("LDAPv3");
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DDCTreeServicesHelper.java38 import com.sun.identity.sm.ServiceSchema;
59 protected ServiceSchema adminServiceGlobalSchema;
86 protected ServiceSchema getAdminServiceGlobalSchema() {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationInstance.java34 import com.sun.identity.sm.ServiceSchema;
51 private ServiceSchema globalSchema = null;
65 ServiceSchema global) {
H A DAMAuthenticationSchema.java35 import com.sun.identity.sm.ServiceSchema;
49 private ServiceSchema serviceSchema;
51 protected AMAuthenticationSchema(ServiceSchema schema) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DDCTreeServicesHelper.java38 import com.sun.identity.sm.ServiceSchema;
59 protected ServiceSchema adminServiceGlobalSchema;
86 protected ServiceSchema getAdminServiceGlobalSchema() {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationInstance.java34 import com.sun.identity.sm.ServiceSchema;
51 private ServiceSchema globalSchema = null;
65 ServiceSchema global) {
H A DAMAuthenticationSchema.java35 import com.sun.identity.sm.ServiceSchema;
49 private ServiceSchema serviceSchema;
51 protected AMAuthenticationSchema(ServiceSchema schema) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java37 import com.sun.identity.sm.ServiceSchema;
109 ServiceSchema schema = mgr.getSchema(
130 ServiceSchema schema = mgr.getSchema(SchemaType.GLOBAL);
171 ServiceSchema global = mgr.getSchema(SchemaType.GLOBAL);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java37 import com.sun.identity.sm.ServiceSchema;
109 ServiceSchema schema = mgr.getSchema(
130 ServiceSchema schema = mgr.getSchema(SchemaType.GLOBAL);
171 ServiceSchema global = mgr.getSchema(SchemaType.GLOBAL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java36 import com.sun.identity.sm.ServiceSchema;
60 ServiceSchema ss = ssm.getGlobalSchema();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DGlobalAuditConfigModel.java27 import com.sun.identity.sm.ServiceSchema;
53 protected ServiceSchema getServiceSchema() throws SMSException, SSOException {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DGlobalAuditConfigModel.java27 import com.sun.identity.sm.ServiceSchema;
53 protected ServiceSchema getServiceSchema() throws SMSException, SSOException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java36 import com.sun.identity.sm.ServiceSchema;
60 ServiceSchema ss = ssm.getGlobalSchema();
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceTest.java47 import com.sun.identity.sm.ServiceSchema;
55 private ServiceSchema mockSubSchema = null;
62 ServiceSchema mockSchema = mock(ServiceSchema.class);
63 mockSubSchema = mock(ServiceSchema.class);

Completed in 59 milliseconds

1234567891011>>