/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/ |
H A D | Util.java | 31 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 D | Util.java | 31 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 D | Util.java | 31 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 D | Util.java | 31 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 D | Util.java | 31 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 D | Util.java | 31 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 D | Util.java | 31 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-core/src/main/java/com/sun/identity/entitlement/ |
H A D | ApplicationPrivilegeManager.java | 176 * @param caller 181 public static ApplicationPrivilegeManager getInstance(String realm, Subject caller) { argument 188 return constructor.newInstance(realm, caller, resourceTypeService);
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/ |
H A D | SessionPropertyWhitelist.java | 93 * 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/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | ApplicationPrivilegeManager.java | 176 * @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/org/forgerock/openam/session/ |
H A D | SessionPropertyWhitelist.java | 93 * 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/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
H A D | SessionService.java | 215 * @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-entitlements/src/main/java/com/sun/identity/entitlement/opensso/ |
H A D | OpenSSOApplicationPrivilegeManager.java | 99 private Subject caller; field in class:OpenSSOApplicationPrivilegeManager 112 public OpenSSOApplicationPrivilegeManager(String realm, Subject caller, ResourceTypeService resourceTypeService) argument 117 this.caller = caller; 567 sam.getSubjectSearchFilter(caller, APPL_NAME); 591 mgr, caller, resourceName, Collections.EMPTY_MAP); 695 caller, e, Collections.EMPTY_MAP); 704 if (caller == PrivilegeManager.superAdminSubject) { 707 Set<Principal> principals = caller.getPrincipals();
|
/forgerock/web-agents-v4/source/ |
H A D | shared.c | 381 void *caller = _ReturnAddress(); local 394 GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT, (LPCSTR) caller, &hm) && 788 * collect the memory pool if the caller has passed a non-null gc argument, and then
|
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/ |
H A D | OpenSSOApplicationPrivilegeManager.java | 101 private Subject caller; field in class:OpenSSOApplicationPrivilegeManager 114 public OpenSSOApplicationPrivilegeManager(String realm, Subject caller, ResourceTypeService resourceTypeService) argument 119 this.caller = caller; 568 sam.getSubjectSearchFilter(caller, APPL_NAME); 592 mgr, caller, resourceName, Collections.EMPTY_MAP); 696 caller, e, Collections.EMPTY_MAP); 705 if (caller == PrivilegeManager.superAdminSubject) { 708 Set<Principal> principals = caller.getPrincipals();
|
/forgerock/opendj-b2.6/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2.6.2/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2-jel-hg/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2-hg/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2/ext/checkstyle/ |
H A D | checkstyle-all-4.1.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ... |
/forgerock/opendj-b2.6/ext/checkstyle/ |
H A D | checkstyle-all-4.1.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ... |
/forgerock/opendj-b2.6/resource/dsml/lib/ |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxb1-impl.jar | META-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ... |
/forgerock/opendj2.6.2/ext/checkstyle/ |
H A D | checkstyle-all-4.1.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ... |