Searched refs:authenticationRequired (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwnerSessionValidator.java164 throw authenticationRequired(request);
171 throw authenticationRequired(request, token);
184 throw authenticationRequired(request, token);
213 throw authenticationRequired(request);
308 throw authenticationRequired(request, token);
312 private ResourceOwnerAuthenticationRequired authenticationRequired(OAuth2Request request, SSOToken token) method in class:OpenAMResourceOwnerSessionValidator
321 return authenticationRequired(request);
324 private ResourceOwnerAuthenticationRequired authenticationRequired(OAuth2Request request) method in class:OpenAMResourceOwnerSessionValidator
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidator.java159 throw authenticationRequired(request);
168 throw authenticationRequired(request, token);
181 throw authenticationRequired(request, token);
211 throw authenticationRequired(request);
334 private ResourceOwnerAuthenticationRequired authenticationRequired(OAuth2Request request, SSOToken token) method in class:ResourceOwnerSessionValidator
343 return authenticationRequired(request);
346 private ResourceOwnerAuthenticationRequired authenticationRequired(OAuth2Request request) method in class:ResourceOwnerSessionValidator
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java268 deleteIndex.setEnabled(!authenticationRequired(desc));
333 !authenticationRequired(getInfo().getServerDescriptor()) &&
H A DCustomObjectClassPanel.java624 delete.setEnabled(!authenticationRequired(desc)
625 && !authenticationRequired(desc)
629 !authenticationRequired(desc)
630 && !authenticationRequired(desc)
H A DStatusGenericPanel.java849 if (authenticationRequired(desc))
893 protected boolean authenticationRequired(ServerDescriptor desc) method in class:StatusGenericPanel
919 if (authenticationRequired(desc))
992 else if (authenticationRequired(desc))
H A DVLVIndexPanel.java165 !authenticationRequired(desc));
227 !authenticationRequired(getInfo().getServerDescriptor()) &&
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java267 deleteIndex.setEnabled(!authenticationRequired(desc));
332 !authenticationRequired(getInfo().getServerDescriptor()) &&
H A DCustomObjectClassPanel.java623 delete.setEnabled(!authenticationRequired(desc)
624 && !authenticationRequired(desc)
628 !authenticationRequired(desc)
629 && !authenticationRequired(desc)
H A DStatusGenericPanel.java848 if (authenticationRequired(desc))
892 protected boolean authenticationRequired(ServerDescriptor desc) method in class:StatusGenericPanel
918 if (authenticationRequired(desc))
991 else if (authenticationRequired(desc))
H A DVLVIndexPanel.java164 !authenticationRequired(desc));
226 !authenticationRequired(getInfo().getServerDescriptor()) &&
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java268 deleteIndex.setEnabled(!authenticationRequired(desc));
333 !authenticationRequired(getInfo().getServerDescriptor()) &&
H A DCustomObjectClassPanel.java624 delete.setEnabled(!authenticationRequired(desc)
625 && !authenticationRequired(desc)
629 !authenticationRequired(desc)
630 && !authenticationRequired(desc)
H A DStatusGenericPanel.java849 if (authenticationRequired(desc))
893 protected boolean authenticationRequired(ServerDescriptor desc) method in class:StatusGenericPanel
919 if (authenticationRequired(desc))
992 else if (authenticationRequired(desc))
H A DVLVIndexPanel.java165 !authenticationRequired(desc));
227 !authenticationRequired(getInfo().getServerDescriptor()) &&
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java267 deleteIndex.setEnabled(!authenticationRequired(desc));
332 !authenticationRequired(getInfo().getServerDescriptor()) &&
H A DCustomObjectClassPanel.java623 delete.setEnabled(!authenticationRequired(desc)
624 && !authenticationRequired(desc)
628 !authenticationRequired(desc)
629 && !authenticationRequired(desc)
H A DStatusGenericPanel.java848 if (authenticationRequired(desc))
892 protected boolean authenticationRequired(ServerDescriptor desc) method in class:StatusGenericPanel
918 if (authenticationRequired(desc))
991 else if (authenticationRequired(desc))
H A DVLVIndexPanel.java164 !authenticationRequired(desc));
226 !authenticationRequired(getInfo().getServerDescriptor()) &&
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java268 deleteIndex.setEnabled(!authenticationRequired(desc));
333 !authenticationRequired(getInfo().getServerDescriptor()) &&
H A DCustomObjectClassPanel.java624 delete.setEnabled(!authenticationRequired(desc)
625 && !authenticationRequired(desc)
629 !authenticationRequired(desc)
630 && !authenticationRequired(desc)
H A DStatusGenericPanel.java849 if (authenticationRequired(desc))
893 protected boolean authenticationRequired(ServerDescriptor desc) method in class:StatusGenericPanel
919 if (authenticationRequired(desc))
992 else if (authenticationRequired(desc))
H A DVLVIndexPanel.java165 !authenticationRequired(desc));
227 !authenticationRequired(getInfo().getServerDescriptor()) &&
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DIndexPanel.java235 deleteIndex.setEnabled(!authenticationRequired(desc));
295 !authenticationRequired(getInfo().getServerDescriptor()) &&
H A DCustomObjectClassPanel.java605 delete.setEnabled(!authenticationRequired(desc)
606 && !authenticationRequired(desc)
610 !authenticationRequired(desc)
611 && !authenticationRequired(desc)
H A DStatusGenericPanel.java859 if (authenticationRequired(desc))
901 protected boolean authenticationRequired(final ServerDescriptor desc) method in class:StatusGenericPanel
919 if (authenticationRequired(desc))
988 else if (authenticationRequired(desc))

Completed in 160 milliseconds

12