Searched refs:caller (Results 1 - 25 of 57) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/resources/
H A DRestException.properties29 2=Missing caller principal.
/forgerock/openam/openam-core/src/main/resources/
H A DRestException.properties29 2=Missing caller principal.
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java61 Subject caller = getCaller(request);
64 ListenerManager.getInstance().addListener(caller, l);
84 Subject caller = getCaller(request);
85 ListenerManager.getInstance().removeListener(caller, url);
105 Subject caller = getCaller(request);
107 .getListener(caller, url);
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java61 Subject caller = getCaller(request);
64 ListenerManager.getInstance().addListener(caller, l);
84 Subject caller = getCaller(request);
85 ListenerManager.getInstance().removeListener(caller, url);
105 Subject caller = getCaller(request);
107 .getListener(caller, url);
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUtil.java31 Object caller, Exception e, XMLSerializer serializer ) throws SAXException {
46 new ValidationEventLocatorImpl(caller), e );
30 handlePrintConversionException( Object caller, Exception e, XMLSerializer serializer ) argument
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DUpdateSessionPropertiesActionHandler.java104 SSOToken caller = context.asContext(SSOTokenContext.class).getCallerSSOToken();
109 LOGGER.warning("User {} requested with an empty values.", caller.getPrincipal());
113 LOGGER.warning("User {} requested with no property value pairs", caller.getPrincipal());
119 || !sessionPropertyWhitelist.isPropertyMapSettable(caller, entrySet)) {
121 caller.getPrincipal(), target.getPrincipal(), entrySet.toString());
H A DDeletePropertyActionHandler.java76 final SSOToken caller = context.asContext(SSOTokenContext.class).getCallerSSOToken();
88 if (sessionPropertyWhitelist.isPropertyListed(caller, realm, propSet) &&
89 sessionPropertyWhitelist.isPropertySetSettable(caller, propSet)) {
96 caller.getPrincipal(), propSet.toString(), target.getPrincipal());
H A DSetPropertyActionHandler.java73 final SSOToken caller = context.asContext(SSOTokenContext.class).getCallerSSOToken();
84 if (sessionPropertyWhitelist.isPropertyListed(caller, realm, entrySet.keySet()) &&
85 sessionPropertyWhitelist.isPropertyMapSettable(caller, entrySet)) {
91 caller.getPrincipal(), target.getPrincipal(), entrySet.toString());
H A DGetPropertyActionHandler.java79 final SSOToken caller = context.asContext(SSOTokenContext.class).getCallerSSOToken();
90 if (sessionPropertyWhitelist.isPropertyListed(caller, realm, Collections.singleton(requestedResult))) {
95 + "was protected.", caller.getPrincipal(), requestedResult, target.getPrincipal());
H A DGetPropertyNamesActionHandler.java63 final SSOToken caller = context.asContext(SSOTokenContext.class).getCallerSSOToken();
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DPrivilegeResource.java78 Subject caller = getCaller(request);
79 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
106 Subject caller = getCaller(request);
107 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
137 Subject caller = getCaller(request);
138 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
167 Subject caller = getCaller(request);
168 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
195 Subject caller = getCaller(request);
196 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DPrivilegeResource.java78 Subject caller = getCaller(request);
79 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
106 Subject caller = getCaller(request);
107 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
137 Subject caller = getCaller(request);
138 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
167 Subject caller = getCaller(request);
168 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
195 Subject caller = getCaller(request);
196 PrivilegeManager pm = PrivilegeManager.getInstance(realm, caller);
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPropertyWhitelist.java93 * Get the properties listed for the provided realm, using the caller token to check
121 * Whether or not the property is listed in the whitelist. If the caller has permission to see a protected
124 * @param caller The user checking their permission.
129 public boolean isPropertyListed(SSOToken caller, String realm, Collection<String> propertyNames) argument
131 return userHasReadAdminPrivs(caller, realm) || getWhitelist(realm).containsAll(propertyNames);
161 * @param caller The user checking their permission.
165 public boolean isPropertySetSettable(SSOToken caller, Collection<String> properties) { argument
168 SessionUtils.checkPermissionToSetProperty(caller, property, null);
182 * @param caller The user checking their permission.
186 public boolean isPropertyMapSettable(SSOToken caller, Ma argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionPropertyWhitelist.java93 * Get the properties listed for the provided realm, using the caller token to check
96 * @param caller The token responsible for calling this method.
100 public Set<String> getAllListedProperties(SSOToken caller, String realm) { argument
108 SessionUtils.checkPermissionToSetProperty(caller, key, null);
135 * Whether or not the property is listed in the whitelist. If the caller has permission to see a protected
138 * @param caller The user checking their permission.
143 public boolean isPropertyListed(SSOToken caller, String realm, Set<String> propertyNames) argument
147 SessionUtils.checkPermissionToSetProperty(caller, prop, null);
153 return userHasReadAdminPrivs(caller, realm) || getWhitelist(realm).containsAll(propertyNames);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilegeManager.java176 * @param caller
181 public static ApplicationPrivilegeManager getInstance(String realm, Subject caller) { argument
188 return constructor.newInstance(realm, caller, resourceTypeService);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilegeManager.java176 * @param caller
181 public static ApplicationPrivilegeManager getInstance(String realm, Subject caller) { argument
188 return constructor.newInstance(realm, caller, resourceTypeService);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java859 final SSOToken caller = getCallerToken(context);
864 for (String property : sessionPropertyWhitelist.getAllListedProperties(caller, realm)) {
870 if (sessionPropertyWhitelist.isPropertyListed(caller, realm,
876 + "was protected.", caller.getPrincipal(), requestedResult, target.getPrincipal());
905 final SSOToken caller = getCallerToken(context);
916 if (sessionPropertyWhitelist.isPropertyListed(caller, realm, entrySet.keySet())) {
922 caller.getPrincipal(), target.getPrincipal(), entrySet.toString());
948 final SSOToken caller = getCallerToken(context);
960 if (sessionPropertyWhitelist.isPropertyListed(caller, realm, propSet)) {
967 caller
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java215 * @param caller The session that initiated the query request. May not be null.
221 public Collection<PartialSession> getMatchingSessions(Session caller, CrestQuery crestQuery) argument
223 Reject.ifNull(caller, "Caller may not be null");
225 return sessionOperationStrategy.getOperation(caller.getSessionID()).getMatchingSessions(crestQuery);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js107 * @param oArgs.caller {Object} The parent object of the callback function.
118 * @param oArgs.caller {Object} The parent object of the callback function.
129 * @param oArgs.caller {Object} The parent object of the callback function.
140 * @param oArgs.caller {Object} The parent object of the callback function.
151 * @param oArgs.caller {Object} The parent object of the callback function.
162 * @param oArgs.caller {Object} The parent object of the callback function.
171 * @param oArgs.caller {Object} The parent object of the callback function.
610 this.fireEvent("cacheRequestEvent", {request:oRequest,callback:oCallback,caller:oCaller});
625 this.fireEvent("cacheResponseEvent", {request:oRequest,response:oResponse,callback:oCallback,caller:oCaller});
725 this.fireEvent("requestEvent", {request:oRequest,callback:oCallback,caller
[all...]

Completed in 98 milliseconds

123