Searched refs:resources (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DResourceSetStoreFactory.java17 package org.forgerock.openam.oauth2.resources;
19 import org.forgerock.oauth2.resources.ResourceSetStore;
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/assembly/scripts/
H A Drun-xacml-client-sample.sh48 #at ../resources/xacmlClientSample.properties
52 #see ../resources/xacmlClientSample.properties for more information
54 #Requires ../resources/AMConfig.properties
95 java -classpath resources:lib/* samples.xacml.XACMLClientSample xacmlClientSample
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/
H A DResourceSetStoreFactory.java17 package org.forgerock.openam.oauth2.resources;
19 import org.forgerock.oauth2.resources.ResourceSetStore;
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/assembly/scripts/
H A DCommandLineSSO.sh29 java -cp resources:lib/* com.sun.identity.samples.sso.CommandLineSSO /
H A DLogin.sh29 java -cp resources:lib/* com.sun.identity.samples.authentication.Login
H A DSSOTokenSample.sh29 java -cp resources:lib/* com.sun.identity.samples.sso.SSOTokenSample
H A Drun-policy-evaluation-sample.sh44 #at ../resources/policyEvaluationSample.properties
48 #see ../resources/policyEvaluationSample.properties for more information
50 #Requires ../resources/AMConfig.properties
55 java -classpath resources:lib/* samples.policy.PolicyEvaluationSample policyEvaluationSample
H A Drun-xacml-client-sample.sh48 #at ../resources/xacmlClientSample.properties
52 #see ../resources/xacmlClientSample.properties for more information
54 #Requires ../resources/AMConfig.properties
95 java -classpath resources:lib/* samples.xacml.XACMLClientSample xacmlClientSample
H A Dsetup.sh31 java -cp resources:lib/* com.sun.identity.setup.SetupClientSDKSamples
H A DCommandLineIdrepo.sh29 java -cp resources:lib/* com.sun.identity.samples.clientsdk.idrepo.IdRepoSample
H A DCommandLineLogging.sh29 java -cp resources:lib/* com.sun.identity.samples.clientsdk.logging.LogSample
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DLabelType.java17 package org.forgerock.openam.oauth2.resources.labels;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/
H A DLabelType.java17 package org.forgerock.openam.oauth2.resources.labels;
H A DLabelsConstants.java17 package org.forgerock.openam.oauth2.resources.labels;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DBatchPolicyRequest.java33 * A policy request that takes a batch of resources and is used to render a policy decision for each.
39 private final static String RESOURCES = "resources";
41 private final Set<String> resources; field in class:BatchPolicyRequest
45 resources = builder.resources;
49 return resources;
62 private final Set<String> resources; field in class:BatchPolicyRequest.BatchPolicyRequestBuilder
69 resources = getResources(jsonValue);
73 final List<String> resources = value.get(RESOURCES).asList(String.class);
75 if (resources
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DBatchPolicyRequest.java33 * A policy request that takes a batch of resources and is used to render a policy decision for each.
39 private final static String RESOURCES = "resources";
41 private final Set<String> resources; field in class:BatchPolicyRequest
45 resources = builder.resources;
49 return resources;
62 private final Set<String> resources; field in class:BatchPolicyRequest.BatchPolicyRequestBuilder
69 resources = getResources(jsonValue);
73 final List<String> resources = value.get(RESOURCES).asList(String.class);
75 if (resources
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/extensions/
H A DResourceRegistrationFilter.java19 import org.forgerock.oauth2.resources.ResourceSetDescription;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidator.java21 * Current validates resources and actions against the constraints within a resource type.
31 * Verifies the passed resources against passed resource type.
33 * @param resources
34 * the resources to be verified
38 ResourceMatchUsing verifyResources(Set<String> resources); argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/resources/
H A DXACML3Resource.java26 package org.forgerock.openam.xacml.v3.resources;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/config/routes/user/
H A DUMARoutes.js23 url: /^uma\/resources\/?(myresources)?\/?([^\/]+)?\/?$/,
24 pattern: "uma/resources/?/?",
33 url: /^uma\/resources\/myresources\/([^\/]+)\/([^\/]+)\/?$/,
36 pattern: "uma/resources/myresources/?/?",
45 url: /^uma\/resources\/sharedwithme\/?$/,
46 pattern: "uma/resources/sharedwithme",
54 url: /^uma\/resources\/sharedwithme\/([^\/]+)\/?$/,
57 pattern: "uma/resources/sharedwithme/?",
66 url: /^uma\/resources\/starred\/?$/,
67 pattern: "uma/resources/starre
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintValidator.java21 * Current validates resources and actions against the constraints within a resource type.
31 * Verifies the passed resources against passed resource type.
33 * @param resources
34 * the resources to be verified
38 ResourceMatchUsing verifyResources(Set<String> resources); argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/resources/
H A DXACML3Resource.java26 package org.forgerock.openam.xacml.v3.resources;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/config/routes/user/
H A DUMARoutes.js23 url: /^uma\/resources\/?(myresources)?\/?([^\/]+)?\/?$/,
24 pattern: "uma/resources/?/?",
33 url: /^uma\/resources\/myresources\/([^\/]+)\/([^\/]+)\/?$/,
36 pattern: "uma/resources/myresources/?/?",
45 url: /^uma\/resources\/sharedwithme\/?$/,
46 pattern: "uma/resources/sharedwithme",
54 url: /^uma\/resources\/sharedwithme\/([^\/]+)\/?$/,
57 pattern: "uma/resources/sharedwithme/?",
66 url: /^uma\/resources\/starred\/?$/,
67 pattern: "uma/resources/starre
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/resources/
H A DResourceSetRegistrationHook.java17 package org.forgerock.oauth2.restlet.resources;
20 import org.forgerock.oauth2.resources.ResourceSetDescription;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/samples/EmbeddedOpenSSO/www/
H A Drun.sh5 CLASSPATH=.:WEB-INF/classes:resources

Completed in 225 milliseconds

1234567891011>>