Searched refs:ss (Results 26 - 50 of 287) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigImpl.java67 private ServiceSchemaImpl ss; field in class:ServiceConfigImpl
99 ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName,
103 this.ss = ss;
233 .escapeSpecialCharacters(subConfigName)), globalConfig, ss));
321 return (ss);
336 if (!ss.isValid()) {
413 String validate = ss.getValidate();
415 Set asNames = ss.getAttributeSchemaNames();
436 AttributeValidator av = ss
98 ServiceConfigImpl(ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName, String groupName, String compName, boolean globalConfig, SSOToken token) argument
480 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig) argument
489 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
589 deleteInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
[all...]
H A DSiteIDValidator.java137 ServiceSchema ss = ssm.getGlobalSchema();
138 if (ss != null) {
139 Map attrs = ss.getAttributeDefaults();
H A DServiceSchemaManagerImpl.java317 ServiceSchemaImpl ss;
318 if ((ss = getSchema(SchemaType.GLOBAL)) != null) {
319 sb.append("\nGlobal Schema:\n").append(ss.toString());
321 if ((ss = getSchema(SchemaType.ORGANIZATION)) != null) {
322 sb.append("Organization Schema:\n").append(ss.toString());
324 if ((ss = getSchema(SchemaType.DYNAMIC)) != null) {
325 sb.append("Dynamic Schema:\n").append(ss.toString());
327 if ((ss = getSchema(SchemaType.USER)) != null) {
328 sb.append("User Schema:\n").append(ss.toString());
330 if ((ss
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DGetAttributeDefaults.java67 ServiceSchema ss = getServiceSchema();
73 Map attrValues = ss.getAttributeDefaults();
75 maskPasswordValues(ss, attrValues);
107 private void maskPasswordValues(ServiceSchema ss, Map attrValues) { argument
112 AttributeSchema attrSchema = ss.getAttributeSchema(name);
H A DAddAttributeSchema.java74 ServiceSchema ss = getServiceSchema();
82 addAttributeSchemaXML(ss, serviceName, schemaType,
96 addAttributeSchema(ss, serviceName, schemaType, name);
118 ServiceSchema ss,
126 ss.addAttributeSchema(bis);
151 ServiceSchema ss,
159 ss.addAttributeSchema(fis);
117 addAttributeSchemaXML( ServiceSchema ss, String serviceName, String schemaType, String xml ) argument
150 addAttributeSchema( ServiceSchema ss, String serviceName, String schemaType, String fileName ) argument
H A DAddSubSchema.java77 ServiceSchema ss = getServiceSchema();
85 ss.addSubSchema(new ByteArrayInputStream(fileName.getBytes()));
87 ss.addSubSchema(new FileInputStream(fileName));
H A DModifyInheritance.java68 ServiceSchema ss = getServiceSchema();
73 ss.setInheritance(inheritance);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DGetAttributeDefaults.java67 ServiceSchema ss = getServiceSchema();
73 Map attrValues = ss.getAttributeDefaults();
75 maskPasswordValues(ss, attrValues);
107 private void maskPasswordValues(ServiceSchema ss, Map attrValues) { argument
112 AttributeSchema attrSchema = ss.getAttributeSchema(name);
H A DAddAttributeSchema.java74 ServiceSchema ss = getServiceSchema();
82 addAttributeSchemaXML(ss, serviceName, schemaType,
96 addAttributeSchema(ss, serviceName, schemaType, name);
118 ServiceSchema ss,
126 ss.addAttributeSchema(bis);
151 ServiceSchema ss,
159 ss.addAttributeSchema(fis);
117 addAttributeSchemaXML( ServiceSchema ss, String serviceName, String schemaType, String xml ) argument
150 addAttributeSchema( ServiceSchema ss, String serviceName, String schemaType, String fileName ) argument
H A DAddSubSchema.java77 ServiceSchema ss = getServiceSchema();
85 ss.addSubSchema(new ByteArrayInputStream(fileName.getBytes()));
87 ss.addSubSchema(new FileInputStream(fileName));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigImpl.java67 private ServiceSchemaImpl ss; field in class:ServiceConfigImpl
99 ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName,
103 this.ss = ss;
233 .escapeSpecialCharacters(subConfigName)), globalConfig, ss));
321 return (ss);
336 if (!ss.isValid()) {
413 String validate = ss.getValidate();
415 Set<String> asNames = ss.getAttributeSchemaNames();
435 AttributeValidator av = ss
98 ServiceConfigImpl(ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName, String groupName, String compName, boolean globalConfig, SSOToken token) argument
477 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig) argument
486 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
586 deleteInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
[all...]
H A DServerIDValidator.java167 ServiceSchema ss = ssm.getGlobalSchema();
168 if (ss != null) {
169 Map<String, Set<String>> attrs = ss.getAttributeDefaults();
H A DSiteIDValidator.java125 ServiceSchema ss = ssm.getGlobalSchema();
126 if (ss != null) {
127 Map attrs = ss.getAttributeDefaults();
H A DServiceSchemaManagerImpl.java319 ServiceSchemaImpl ss;
320 if ((ss = getSchema(SchemaType.GLOBAL)) != null) {
321 sb.append("\nGlobal Schema:\n").append(ss.toString());
323 if ((ss = getSchema(SchemaType.ORGANIZATION)) != null) {
324 sb.append("Organization Schema:\n").append(ss.toString());
326 if ((ss = getSchema(SchemaType.DYNAMIC)) != null) {
327 sb.append("Dynamic Schema:\n").append(ss.toString());
329 if ((ss = getSchema(SchemaType.USER)) != null) {
330 sb.append("User Schema:\n").append(ss.toString());
332 if ((ss
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMModuleProperties.java339 Node ss = sub.getFirstChild().getNextSibling();
340 for (Node count=ss; count!=null;
348 choices[i] = ss.getFirstChild().
351 if (Boolean.valueOf(getAttribute(ss,
356 ss = ss.getNextSibling().getNextSibling();
396 Node ss = sub.getFirstChild().getNextSibling();
397 for (Node count=ss; count!=null;
405 options[i] = ss.getFirstChild()
408 ss
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMModuleProperties.java339 Node ss = sub.getFirstChild().getNextSibling();
340 for (Node count=ss; count!=null;
348 choices[i] = ss.getFirstChild().
351 if (Boolean.valueOf(getAttribute(ss,
356 ss = ss.getNextSibling().getNextSibling();
396 Node ss = sub.getFirstChild().getNextSibling();
397 for (Node count=ss; count!=null;
405 options[i] = ss.getFirstChild()
408 ss
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DConfigureData.java173 ServiceSchema ss = getServiceSchema(serviceName, schemaType, subSchema);
174 ss.setAttributeDefaults(values);
184 ServiceSchema ss = ssm.getSchema(schemaType);
194 ss = ss.getSubSchema(str);
195 if (ss == null) {
204 return ss;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DConfigureData.java173 ServiceSchema ss = getServiceSchema(serviceName, schemaType, subSchema);
174 ss.setAttributeDefaults(values);
184 ServiceSchema ss = ssm.getSchema(schemaType);
194 ss = ss.getSubSchema(str);
195 if (ss == null) {
204 return ss;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DRegisterAuthModule.java66 ServiceSchema ss = getServiceSchema(ISAuthConstants.AUTH_SERVICE_NAME,
74 Map attrValues = ss.getAttributeDefaults();
81 ss.setAttributeDefaults(AUTH_AUTHENTICATOR_ATTR, values);
H A DUnregisterAuthModule.java63 ServiceSchema ss = getServiceSchema(ISAuthConstants.AUTH_SERVICE_NAME,
71 Map attrValues = ss.getAttributeDefaults();
78 ss.setAttributeDefaults(
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DUpdateDataStore.java89 ServiceConfig ss = cfg.getSubConfig(name);
91 if (ss != null) {
92 ss.setAttributes(attributeValues);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DRegisterAuthModule.java66 ServiceSchema ss = getServiceSchema(ISAuthConstants.AUTH_SERVICE_NAME,
74 Map attrValues = ss.getAttributeDefaults();
81 ss.setAttributeDefaults(AUTH_AUTHENTICATOR_ATTR, values);
H A DUnregisterAuthModule.java63 ServiceSchema ss = getServiceSchema(ISAuthConstants.AUTH_SERVICE_NAME,
71 Map attrValues = ss.getAttributeDefaults();
78 ss.setAttributeDefaults(
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DUpdateDataStore.java89 ServiceConfig ss = cfg.getSubConfig(name);
91 if (ss != null) {
92 ss.setAttributes(attributeValues);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java56 ServiceSchema ss = getServiceSchema();
63 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);

Completed in 53 milliseconds

1234567891011>>