Searched defs:serviceType (Results 1 - 25 of 43) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvaluatorFactory.java75 * @param serviceType service type for which get the proxy policy
79 * @exception NameNotFoundException if the <code>serviceType</code> is not
86 SSOToken token, String serviceType)
91 = (PolicyEvaluator)evaluatorCache.get(serviceType);
98 + " for serviceType: " + serviceType);
100 pe = new PolicyEvaluator(serviceType);
101 evaluatorCache.put(serviceType, pe);
107 + " for serviceType: " + serviceType);
85 getPolicyEvaluator( SSOToken token, String serviceType) argument
[all...]
H A DProxyPolicyEvaluator.java60 private String serviceType; field in class:ProxyPolicyEvaluator
76 * @param serviceType service type for which construct the proxy policy
80 * @throws NameNotFoundException if the serviceType is not found in
86 ProxyPolicyEvaluator(SSOToken token, String serviceType) argument
92 this.serviceType = serviceType;
95 .getPolicyEvaluator(token, serviceType);
142 + " for serviceType :" + serviceType
H A DProxyPolicyEvaluatorFactory.java84 * @param serviceType service type for which get the proxy policy
90 * @throws NameNotFoundException if the serviceType is not found in
97 SSOToken token, String serviceType)
101 String key = token.getTokenID().toString() + ":" + serviceType;
109 + " for serviceType: " + serviceType);
111 ppe = new ProxyPolicyEvaluator(token, serviceType);
118 + " for serviceType: " + serviceType);
96 getProxyPolicyEvaluator( SSOToken token, String serviceType) argument
H A DResourceResult.java315 * @param serviceType service type of the resource result being added
319 ServiceType serviceType) throws PolicyException {
321 serviceType.getResourceNameComparator());
318 addResourceResult( ResourceResult resourceResult, ServiceType serviceType) argument
H A DRule.java62 private ServiceType serviceType; field in class:Rule
176 serviceType.validateActionValues(actions);
180 resourceNames.add(serviceType.canonicalize(resourceName));
297 //serviceType.validateActionValues(actions);
319 resourceName = serviceType.canonicalize(
344 serviceType = stm.getServiceType(serviceTypeName);
495 serviceType.validateActionValues(actionValues);
588 //rm = serviceType.compare(this.resourceName, resourceName);
590 rm = serviceType.compare(resourceName, res);
669 return (serviceType);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DRequestedService.java72 private String serviceType = null; field in class:RequestedService
78 * @param serviceType URI specifying the type of service to be returned
81 java.lang.String serviceType)
84 this.serviceType = serviceType;
127 if (serviceType != null) {
136 serviceType = XMLUtils.getElementValue((Element)child);
137 if ((serviceType == null) || (serviceType.length() == 0)) {
166 if (serviceType
80 RequestedService(java.util.List options, java.lang.String serviceType) argument
208 setServiceType(String serviceType) argument
[all...]
H A DServiceInstance.java67 private String serviceType = null; field in class:ServiceInstance
78 * @param serviceType service type
82 public ServiceInstance (String serviceType, argument
86 this.serviceType = serviceType;
131 if (serviceType != null) {
140 serviceType = XMLUtils.getElementValue((Element) child);
141 if ((serviceType == null) || (serviceType.length() == 0)) {
183 if (serviceType
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvaluatorFactory.java75 * @param serviceType service type for which get the proxy policy
79 * @exception NameNotFoundException if the <code>serviceType</code> is not
86 SSOToken token, String serviceType)
91 = (PolicyEvaluator)evaluatorCache.get(serviceType);
98 + " for serviceType: " + serviceType);
100 pe = new PolicyEvaluator(serviceType);
101 evaluatorCache.put(serviceType, pe);
107 + " for serviceType: " + serviceType);
85 getPolicyEvaluator( SSOToken token, String serviceType) argument
[all...]
H A DProxyPolicyEvaluator.java60 private String serviceType; field in class:ProxyPolicyEvaluator
76 * @param serviceType service type for which construct the proxy policy
80 * @throws NameNotFoundException if the serviceType is not found in
86 ProxyPolicyEvaluator(SSOToken token, String serviceType) argument
92 this.serviceType = serviceType;
95 .getPolicyEvaluator(token, serviceType);
142 + " for serviceType :" + serviceType
H A DProxyPolicyEvaluatorFactory.java84 * @param serviceType service type for which get the proxy policy
90 * @throws NameNotFoundException if the serviceType is not found in
97 SSOToken token, String serviceType)
101 String key = token.getTokenID().toString() + ":" + serviceType;
109 + " for serviceType: " + serviceType);
111 ppe = new ProxyPolicyEvaluator(token, serviceType);
118 + " for serviceType: " + serviceType);
96 getProxyPolicyEvaluator( SSOToken token, String serviceType) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DRequestedService.java72 private String serviceType = null; field in class:RequestedService
78 * @param serviceType URI specifying the type of service to be returned
81 java.lang.String serviceType)
84 this.serviceType = serviceType;
127 if (serviceType != null) {
136 serviceType = XMLUtils.getElementValue((Element)child);
137 if ((serviceType == null) || (serviceType.length() == 0)) {
166 if (serviceType
80 RequestedService(java.util.List options, java.lang.String serviceType) argument
208 setServiceType(String serviceType) argument
[all...]
H A DServiceInstance.java67 private String serviceType = null; field in class:ServiceInstance
78 * @param serviceType service type
82 public ServiceInstance (String serviceType, argument
86 this.serviceType = serviceType;
131 if (serviceType != null) {
140 serviceType = XMLUtils.getElementValue((Element) child);
141 if ((serviceType == null) || (serviceType.length() == 0)) {
183 if (serviceType
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DIDPPTest.java60 private static final String serviceType = "sunIdentityServerLibertyPPService"; field in class:IDPPTest
95 Rule rule = new Rule(ruleName, serviceType, resourceName,
168 PolicyEvaluator evaluator = new PolicyEvaluator(serviceType);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java173 * @param serviceType Service Type.
179 String serviceType) {
207 encDoc.getDocumentElement(), serviceType);
176 getResourceID( Object resourceIDType, String providerID, String serviceType) argument
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DIDPPTest.java62 private static final String serviceType = "sunIdentityServerLibertyPPService"; field in class:IDPPTest
96 Rule rule = new Rule(ruleName, serviceType, resourceName,
169 PolicyEvaluator evaluator = new PolicyEvaluator(serviceType);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java173 * @param serviceType Service Type.
179 String serviceType) {
207 encDoc.getDocumentElement(), serviceType);
176 getResourceID( Object resourceIDType, String providerID, String serviceType) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleAddViewBean.java56 public String serviceType; field in class:RuleAddViewBean
94 if (serviceType != null) {
95 propertySheetModel.setValue(SERVICE_TYPE, serviceType);
98 String i18nName = (String)map.get(serviceType);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleAddViewBean.java56 public String serviceType; field in class:RuleAddViewBean
94 if (serviceType != null) {
95 propertySheetModel.setValue(SERVICE_TYPE, serviceType);
98 String i18nName = (String)map.get(serviceType);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DPolicyResourceComparator.java41 private final String TOKEN_NAME_SERVICE_TYPE = "serviceType";
47 private String serviceType; field in class:PolicyResourceComparator
60 serviceType = (String)values.get(TOKEN_NAME_SERVICE_TYPE);
74 .append(serviceType.trim());
122 return (serviceType != null) ? serviceType : "";
125 public void setServiceType(String serviceType) { argument
126 this.serviceType = serviceType;
H A DSMDiscoEntryData.java75 public String serviceType = ""; field in class:SMDiscoEntryData
176 svc.setServiceType(serviceType);
329 .append("serviceType=")
330 .append(serviceType)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java194 * @param serviceType Service Type that the discovery service should
203 String serviceType,SOAPMessage
211 getWebserviceOffering(offering, credentials, serviceType);
470 List credentials,String serviceType)
474 list.add(serviceType);
202 secureRequest(ResourceOffering offering,List credentials, String serviceType,SOAPMessage soapMessage,Map sharedData) argument
469 getWebserviceOffering(ResourceOffering offering, List credentials,String serviceType) argument
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DServiceDescriptor.java53 serviceType; field in class:ServiceDescriptor
73 serviceType = s;
100 return serviceType.getId();
109 return serviceType.getClazz();
118 return serviceType.getName();
128 List sType = serviceType.getTypeofservice().getContent();
150 return serviceType.getRealization().getCategory();
161 serviceType.getRealization().getCategory();
176 serviceType.getRealization().getCategory();
193 serviceType
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DPolicyResourceComparator.java41 private final String TOKEN_NAME_SERVICE_TYPE = "serviceType";
47 private String serviceType; field in class:PolicyResourceComparator
60 serviceType = (String)values.get(TOKEN_NAME_SERVICE_TYPE);
74 .append(serviceType.trim());
122 return (serviceType != null) ? serviceType : "";
125 public void setServiceType(String serviceType) { argument
126 this.serviceType = serviceType;
H A DSMDiscoEntryData.java75 public String serviceType = ""; field in class:SMDiscoEntryData
176 svc.setServiceType(serviceType);
329 .append("serviceType=")
330 .append(serviceType)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java194 * @param serviceType Service Type that the discovery service should
203 String serviceType,SOAPMessage
211 getWebserviceOffering(offering, credentials, serviceType);
470 List credentials,String serviceType)
474 list.add(serviceType);
202 secureRequest(ResourceOffering offering,List credentials, String serviceType,SOAPMessage soapMessage,Map sharedData) argument
469 getWebserviceOffering(ResourceOffering offering, List credentials,String serviceType) argument

Completed in 318 milliseconds

12