Searched defs:authorizer (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/
H A DAuthorizer.java42 private static IAuthorizer authorizer; field in class:Authorizer
50 authorizer = (IAuthorizer)c.newInstance();
69 return authorizer.isAuthorized (logName, operation, credential);
79 return authorizer.isAuthorized (credential);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/
H A DAuthorizer.java42 private static IAuthorizer authorizer; field in class:Authorizer
50 authorizer = (IAuthorizer)c.newInstance();
69 return authorizer.isAuthorized (logName, operation, credential);
79 return authorizer.isAuthorized (credential);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java261 Authorizer authorizer = null;
264 authorizer = DiscoServiceManager.getAuthorizer();
265 if (authorizer == null) {
275 message, results, authorizer,null,null, message.getToken());
436 Authorizer authorizer)
439 if (authorizer == null) {
463 if (!authorizer.isAuthorized(message.getToken(),
487 if (!authorizer.isAuthorized(message.getToken(),
434 isUpdateAllowed(String userDN, Message message, List removes, List inserts, DiscoEntryHandler entryHandler, Authorizer authorizer) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java261 Authorizer authorizer = null;
264 authorizer = DiscoServiceManager.getAuthorizer();
265 if (authorizer == null) {
275 message, results, authorizer,null,null, message.getToken());
436 Authorizer authorizer)
439 if (authorizer == null) {
463 if (!authorizer.isAuthorized(message.getToken(),
487 if (!authorizer.isAuthorized(message.getToken(),
434 isUpdateAllowed(String userDN, Message message, List removes, List inserts, DiscoEntryHandler entryHandler, Authorizer authorizer) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoUtils.java82 * @param authorizer <code>Authorizer</code> object.
96 Collection results, Authorizer authorizer,
108 if (authorizer != null) {
116 if (!authorizer.isAuthorized(message.getToken(),
94 checkPolicyAndHandleDirectives( String userDN, Message message, Collection results, Authorizer authorizer, SessionContext invoSession, String wscID, Object token) argument
H A DDiscoServiceManager.java122 private static Authorizer authorizer = null; field in class:DiscoServiceManager
220 return authorizer;
333 authorizer = null;
334 // authorizer
339 authorizer = (Authorizer) Class.
344 + "Exception when instantiating authorizer. Using "
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoUtils.java82 * @param authorizer <code>Authorizer</code> object.
96 Collection results, Authorizer authorizer,
108 if (authorizer != null) {
116 if (!authorizer.isAuthorized(message.getToken(),
94 checkPolicyAndHandleDirectives( String userDN, Message message, Collection results, Authorizer authorizer, SessionContext invoSession, String wscID, Object token) argument
H A DDiscoServiceManager.java122 private static Authorizer authorizer = null; field in class:DiscoServiceManager
220 return authorizer;
333 authorizer = null;
334 // authorizer
339 authorizer = (Authorizer) Class.
344 + "Exception when instantiating authorizer. Using "
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DIDPPServiceManager.java59 private static Authorizer authorizer = null; field in class:IDPPServiceManager
186 authorizer = (Authorizer)authClass.newInstance();
388 return authorizer;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DIDPPServiceManager.java59 private static Authorizer authorizer = null; field in class:IDPPServiceManager
186 authorizer = (Authorizer)authClass.newInstance();
388 return authorizer;

Completed in 69 milliseconds