Searched refs:ServiceType (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/
H A DServiceElement.java37 extends javax.xml.bind.Element, com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType
H A DServiceType.java34 public interface ServiceType { interface
H A DObjectFactory.java45 defaultImplementations.put((com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType.class), "com.sun.identity.diagnostic.base.core.jaxbgen.impl.ServiceTypeImpl");
239 * Create an instance of ServiceType
244 public com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType createServiceType()
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DServiceTypeManager.java53 * and interfaces to instantiate <code>ServiceType</code>
147 * Returns a <code>ServiceType</code> object for the given
153 * @return <code>ServiceType</code> object for the given service name
160 public ServiceType getServiceType(String serviceTypeName)
162 ServiceType st = (ServiceType) serviceTypes.get(serviceTypeName);
182 st = new ServiceType(serviceTypeName, ssm, policySchema);
H A DResourceIndexManager.java104 Set getPolicyNames (ServiceType resourceType, String resourceName, boolean
132 Set getSuperResourcePolicyNames(ServiceType resourceType,
160 Set getTopLevelResourceNames(ServiceType resourceType)
183 Set getSubResourcePolicyNames (ServiceType resourceType,
204 Set getWildSubResourcePolicyNames (ServiceType resourceType,
249 ResourceIndex getResourceIndex(ServiceType resourceType)
267 //private ResourceIndex getResourceIndexFromDataStore (ServiceType
268 ResourceIndex getResourceIndexFromDataStore (ServiceType
284 private ResourceIndex refreshResourceIndexFromDataStore (ServiceType
301 private boolean addIndexEntry (ServiceType resourceTyp
[all...]
H A DServiceType.java25 * $Id: ServiceType.java,v 1.5 2008/06/25 05:43:45 qcheng Exp $
44 * The class <code>ServiceType</code> provides interfaces to
51 public class ServiceType { class
70 * Constructs an instance of <code>ServiceType</code>
72 private ServiceType() { method in class:ServiceType
78 * to construct an instance of <code>ServiceType</code>,
80 * <code>ServiceType</code>
82 * the <code>ServiceType</code> with
84 protected ServiceType(String serviceName, ServiceSchemaManager ssm, method in class:ServiceType
136 PolicyManager.debug.error("ServiceType
[all...]
H A DResourceManager.java76 // key: service type name, value: ServiceType object
218 * @param ServiceType the service type
225 public boolean canCreateNewResource(String ServiceType) argument
302 ServiceType st = getServiceType(serviceType);
313 private ServiceType getServiceType(String serviceType)
316 ServiceType st = (ServiceType)serviceTypeHash.get(serviceType);
532 ServiceType st = rule.getServiceType();
637 String serviceTypeName, ServiceType st)
723 String policyName, ServiceType s
[all...]
H A DPolicy.java1549 ServiceType resourceType
1685 * @param resourceType resource type(<code>ServiceType</code> of resource
1691 private Map getMatchedRuleResults(ServiceType resourceType,
1770 ServiceType st = ServiceTypeManager.getServiceTypeManager()
1920 ServiceType resourceType,
2028 ServiceType resourceType,
2132 ServiceType resourceType,
2241 ServiceType resourceType,
2351 ServiceType resourceType,
2450 ServiceType resourceTyp
[all...]
H A DResourceResult.java319 ServiceType serviceType) throws PolicyException {
H A DPolicyEvaluator.java158 private ServiceType serviceType;
278 * <code>ServiceType</code> the policy evaluator has been instantiated for.
286 * ServiceType</code> name.
288 * @param serviceTypeName the name of the <code>ServiceType</code> for
308 * name and the <code>ServiceType</code> name.
312 * @param serviceTypeName the name of the <code>ServiceType</code> for
406 * the name of the <code>ServiceType</code> for which this evaluator can be used
2168 static PolicyDecision mergePolicyDecisions(ServiceType
2198 static Set getFinalizedActions(ServiceType
2260 ServiceType serviceTyp
[all...]
H A DRule.java62 private ServiceType serviceType;
668 protected ServiceType getServiceType() {
H A DReferrals.java503 ServiceType serviceType =
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DServiceTypeManager.java52 * and interfaces to instantiate <code>ServiceType</code>
146 * Returns a <code>ServiceType</code> object for the given
152 * @return <code>ServiceType</code> object for the given service name
159 public ServiceType getServiceType(String serviceTypeName)
161 ServiceType st = (ServiceType) serviceTypes.get(serviceTypeName);
181 st = new ServiceType(serviceTypeName, ssm, policySchema);
H A DResourceIndexManager.java104 Set getPolicyNames (ServiceType resourceType, String resourceName, boolean
132 Set getSuperResourcePolicyNames(ServiceType resourceType,
160 Set getTopLevelResourceNames(ServiceType resourceType)
183 Set getSubResourcePolicyNames (ServiceType resourceType,
204 Set getWildSubResourcePolicyNames (ServiceType resourceType,
249 ResourceIndex getResourceIndex(ServiceType resourceType)
267 //private ResourceIndex getResourceIndexFromDataStore (ServiceType
268 ResourceIndex getResourceIndexFromDataStore (ServiceType
284 private ResourceIndex refreshResourceIndexFromDataStore (ServiceType
301 private boolean addIndexEntry (ServiceType resourceTyp
[all...]
H A DServiceType.java25 * $Id: ServiceType.java,v 1.5 2008/06/25 05:43:45 qcheng Exp $
44 * The class <code>ServiceType</code> provides interfaces to
51 public class ServiceType { class
70 * Constructs an instance of <code>ServiceType</code>
72 private ServiceType() { method in class:ServiceType
78 * to construct an instance of <code>ServiceType</code>,
80 * <code>ServiceType</code>
82 * the <code>ServiceType</code> with
84 protected ServiceType(String serviceName, ServiceSchemaManager ssm, method in class:ServiceType
136 PolicyManager.debug.error("ServiceType
[all...]
H A DResourceManager.java76 // key: service type name, value: ServiceType object
218 * @param ServiceType the service type
225 public boolean canCreateNewResource(String ServiceType) argument
302 ServiceType st = getServiceType(serviceType);
313 private ServiceType getServiceType(String serviceType)
316 ServiceType st = (ServiceType)serviceTypeHash.get(serviceType);
532 ServiceType st = rule.getServiceType();
637 String serviceTypeName, ServiceType st)
723 String policyName, ServiceType s
[all...]
H A DPolicy.java1549 ServiceType resourceType
1685 * @param resourceType resource type(<code>ServiceType</code> of resource
1691 private Map getMatchedRuleResults(ServiceType resourceType,
1770 ServiceType st = ServiceTypeManager.getServiceTypeManager()
1920 ServiceType resourceType,
2028 ServiceType resourceType,
2132 ServiceType resourceType,
2241 ServiceType resourceType,
2351 ServiceType resourceType,
2450 ServiceType resourceTyp
[all...]
H A DRule.java62 private ServiceType serviceType;
641 protected ServiceType getServiceType() {
H A DResourceResult.java319 ServiceType serviceType) throws PolicyException {
H A DPolicyEvaluator.java160 private ServiceType serviceType;
280 * <code>ServiceType</code> the policy evaluator has been instantiated for.
288 * ServiceType</code> name.
290 * @param serviceTypeName the name of the <code>ServiceType</code> for
310 * name and the <code>ServiceType</code> name.
314 * @param serviceTypeName the name of the <code>ServiceType</code> for
408 * the name of the <code>ServiceType</code> for which this evaluator can be used
2046 static PolicyDecision mergePolicyDecisions(ServiceType
2076 static Set getFinalizedActions(ServiceType
2138 ServiceType serviceTyp
[all...]
H A DPolicyManager.java123 static final String RESOURCES_POLICY_ID = "ServiceType";
1264 private boolean validateResourceForPrefix(ServiceType resourceType,
1304 ServiceType resourceType,
1349 ServiceType resourceType = getServiceTypeManager().
1385 ServiceType resourceType = getServiceTypeManager()
H A DReferrals.java503 ServiceType serviceType =
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DServiceDescriptor.java52 private com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType
69 com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType s
H A DToolRegistry.java98 com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType s;
107 s = (com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType)
322 com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType s
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/
H A DServiceTypeImpl.java11 public class ServiceTypeImpl implements com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType, com.sun.xml.bind.JAXBObject, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallableObject, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.XMLSerializable, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.ValidatableObject
24 return (com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType.class);
167 return (com.sun.identity.diagnostic.base.core.jaxbgen.ServiceType.class);

Completed in 96 milliseconds

12