/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/ |
H A D | ResourceSetStoreFactory.java | 17 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 D | run-xacml-client-sample.sh | 48 #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 D | ResourceSetStoreFactory.java | 17 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 D | CommandLineSSO.sh | 29 java -cp resources:lib/* com.sun.identity.samples.sso.CommandLineSSO /
|
H A D | Login.sh | 29 java -cp resources:lib/* com.sun.identity.samples.authentication.Login
|
H A D | SSOTokenSample.sh | 29 java -cp resources:lib/* com.sun.identity.samples.sso.SSOTokenSample
|
H A D | run-policy-evaluation-sample.sh | 44 #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 D | run-xacml-client-sample.sh | 48 #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 D | setup.sh | 31 java -cp resources:lib/* com.sun.identity.setup.SetupClientSDKSamples
|
H A D | CommandLineIdrepo.sh | 29 java -cp resources:lib/* com.sun.identity.samples.clientsdk.idrepo.IdRepoSample
|
H A D | CommandLineLogging.sh | 29 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 D | LabelType.java | 17 package org.forgerock.openam.oauth2.resources.labels;
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/labels/ |
H A D | LabelType.java | 17 package org.forgerock.openam.oauth2.resources.labels;
|
H A D | LabelsConstants.java | 17 package org.forgerock.openam.oauth2.resources.labels;
|
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/ |
H A D | BatchPolicyRequest.java | 33 * 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 D | BatchPolicyRequest.java | 33 * 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 D | ResourceRegistrationFilter.java | 19 import org.forgerock.oauth2.resources.ResourceSetDescription;
|
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/ |
H A D | ConstraintValidator.java | 21 * 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 D | XACML3Resource.java | 26 package org.forgerock.openam.xacml.v3.resources;
|
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/config/routes/user/ |
H A D | UMARoutes.js | 23 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 D | ConstraintValidator.java | 21 * 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 D | XACML3Resource.java | 26 package org.forgerock.openam.xacml.v3.resources;
|
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/config/routes/user/ |
H A D | UMARoutes.js | 23 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 D | ResourceSetRegistrationHook.java | 17 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 D | run.sh | 5 CLASSPATH=.:WEB-INF/classes:resources
|