Searched defs:getServiceName (Results 1 - 25 of 89) sorted by relevance

1234

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCPolicyModel.java48 String getServiceName(); method in interface:SCPolicyModel
H A DSCPolicyModelImpl.java57 public String getServiceName() { method in class:SCPolicyModelImpl
H A DSCModelBase.java54 * class needs to implement <code>getServiceName()</code> and return the
81 getServiceName(), getUserSSOToken());
89 getServiceName());
101 String serviceName = getServiceName();
138 String serviceName = getServiceName();
196 String serviceName = getServiceName();
246 getServiceName(), getUserSSOToken());
336 public abstract String getServiceName(); method in class:SCModelBase
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DAttributeStruct.java65 public String getServiceName() { method in class:AttributeStruct
H A DBackwardCompSupport.java95 public String getServiceName(String idType) { method in class:BackwardCompSupport
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCPolicyModel.java48 String getServiceName(); method in interface:SCPolicyModel
H A DSCPolicyModelImpl.java57 public String getServiceName() { method in class:SCPolicyModelImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAttributeStruct.java65 public String getServiceName() { method in class:AttributeStruct
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DAttributeConsumingServiceType.java84 * getServiceName().add(newItem);
94 java.util.List getServiceName(); method in interface:AttributeConsumingServiceType
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DNewServiceWrapper.java70 public String getServiceName() { method in class:NewServiceWrapper
H A DNewSubSchemaWrapper.java59 public String getServiceName() { method in class:NewSubSchemaWrapper
H A DServiceSchemaModificationWrapper.java140 public String getServiceName() { method in class:ServiceSchemaModificationWrapper
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/
H A DAttributeConsumingServiceType.java84 * getServiceName().add(newItem);
94 java.util.List getServiceName(); method in interface:AttributeConsumingServiceType
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DNewServiceWrapper.java70 public String getServiceName() { method in class:NewServiceWrapper
H A DNewSubSchemaWrapper.java59 public String getServiceName() { method in class:NewSubSchemaWrapper
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplate.java119 public String getServiceName(); method in interface:AMTemplate
H A DAMTemplateImpl.java90 public String getServiceName() { method in class:AMTemplateImpl
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplate.java119 public String getServiceName(); method in interface:AMTemplate
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java69 public String getServiceName() { method in class:AMAuthenticationSchema
70 return serviceSchema.getServiceName();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java92 public String getServiceName() { method in class:PolicyListenerRequest
H A DRemoveListenerRequest.java80 public String getServiceName() { method in class:RemoveListenerRequest
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java81 String name = getServiceName(type);
119 String name = getServiceName(
144 if (getServiceName(instance) == null) {
177 if (getServiceName(instance) == null) {
239 private String getServiceName(String type) { method in class:EditAuthTypeViewBean
241 return m.getServiceName(type);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModel.java76 public String getServiceName(String type); method in interface:AuthPropertiesModel
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/osgi/
H A DOsgiName.java73 public String getServiceName() { method in class:OsgiName
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java81 String name = getServiceName(type);
119 String name = getServiceName(
144 if (getServiceName(instance) == null) {
177 if (getServiceName(instance) == null) {
239 private String getServiceName(String type) { method in class:EditAuthTypeViewBean
241 return m.getServiceName(type);

Completed in 122 milliseconds

1234