Searched defs:getResource (Results 1 - 25 of 77) sorted by relevance

1234

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/
H A DResourceBundlesType.java44 * getResource().add(newItem);
54 java.util.List getResource(); method in interface:ResourceBundlesType
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/
H A DAttributeQueryType.java42 java.lang.String getResource(); method in interface:AttributeQueryType
H A DAuthorizationDecisionQueryType.java43 java.lang.String getResource(); method in interface:AuthorizationDecisionQueryType
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/
H A DAuthzDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthzDecisionStatementType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthzDecisionStatement.java108 public String getResource(); method in interface:AuthzDecisionStatement
115 * @see #getResource()
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DIModuleAccess.java47 public String getResource(int id); method in interface:IModuleAccess
59 public String getResource(int id, Locale locale); method in interface:IModuleAccess
H A DModuleAccess.java51 * @see com.sun.identity.agents.arch.IModuleAccess#getResource(int)
53 public String getResource(int id) { method in class:ModuleAccess
54 return getModule().getResource(id);
58 * @see IModuleAccess#getResource(int, java.util.Locale)
60 public String getResource(int id, Locale locale) { method in class:ModuleAccess
61 return getModule().getResource(id, locale);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DJsonDecision.java40 public String getResource() { method in class:JsonDecision
H A DTreePolicyRequest.java47 public String getResource() { method in class:TreePolicyRequest
68 resource = getResource(jsonValue);
71 private String getResource(final JsonValue value) throws EntitlementException { method in class:TreePolicyRequest.TreePolicyRequestBuilder
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/protocol/
H A DAttributeQueryType.java42 java.lang.String getResource(); method in interface:AttributeQueryType
H A DAuthorizationDecisionQueryType.java43 java.lang.String getResource(); method in interface:AuthorizationDecisionQueryType
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/
H A DAuthzDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthzDecisionStatementType
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/model/json/
H A DJsonDecision.java40 public String getResource() { method in class:JsonDecision
H A DTreePolicyRequest.java47 public String getResource() { method in class:TreePolicyRequest
68 resource = getResource(jsonValue);
71 private String getResource(final JsonValue value) throws EntitlementException { method in class:TreePolicyRequest.TreePolicyRequestBuilder
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthzDecisionStatement.java108 public String getResource(); method in interface:AuthzDecisionStatement
115 * @see #getResource()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/
H A DAuthorizationDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthorizationDecisionStatementType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java219 public String getResource() { method in class:AttributeQuery
H A DAuthorizationDecisionQuery.java287 public String getResource() { method in class:AuthorizationDecisionQuery
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/
H A DAuthenticator.java51 public ResourceResponse getResource() { method in class:Authenticator.AuthenticatorResult
H A DResourceQueryAuthenticator.java103 final ResourceResponse resource = getResource(username, context);
116 // getResource already logged why
128 private ResourceResponse getResource(String username, Context context) throws ResourceException { method in class:ResourceQueryAuthenticator
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/assertion/
H A DAuthorizationDecisionStatementType.java44 java.lang.String getResource(); method in interface:AuthorizationDecisionStatementType
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java219 public String getResource() { method in class:AttributeQuery
H A DAuthorizationDecisionQuery.java287 public String getResource() { method in class:AuthorizationDecisionQuery
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DCreateServerConfigXML.java121 String template = getResource("serverconfig.xml");
147 private static String getResource(String file) method in class:CreateServerConfigXML
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DCreateServerConfigXML.java121 String template = getResource("serverconfig.xml");
147 private static String getResource(String file) method in class:CreateServerConfigXML

Completed in 91 milliseconds

1234