Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 25 of 55) sorted by path

123

/plugin/adfs/lang/en/
H A Dintro.txt3 …aramters for the ADSF plugin by parsing the Federation metadata provided by your Identity Provider.
/plugin/adfs/phpsaml/
H A DCHANGELOG73 * [#206](https://github.com/onelogin/php-saml/pull/206) Be able to register more than 1 Identity Pr…
H A DREADME.md67 your PHP application and connect it to any IdP (Identity Provider).
369 * published on the SP metadata so Identity Providers can
375 // Identity Provider Data that we want connected with our SP.
1237 published on the SP metadata so Identity Providers can read them and get ready for rollover.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …dobe)\\n /Ordering (UCS)\\n /Supplement 0\\n>> def\\n/CMapName /Adobe-Identity-UCS def\\n/CMapTy…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DIdentity.php20 class Identity extends \Google\Model class
62 class_alias(Identity::class, 'Google_Service_ContainerAnalysis_Identity');
H A DWindowsUpdate.php29 protected $identityType = Identity::class;
77 * @param Identity
79 public function setIdentity(Identity $identity)
84 * @return Identity
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DIdentity.php20 class Identity extends \Google\Model class
62 class_alias(Identity::class, 'Google_Service_OnDemandScanning_Identity');
H A DWindowsUpdate.php29 protected $identityType = Identity::class;
77 * @param Identity
79 public function setIdentity(Identity $identity)
84 * @return Identity
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md128 If your application is running behind Cloud Run, or using Cloud Identity-Aware
171 For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]
275 tokens with a different key than the Google Identity service:
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php41 use phpseclib3\System\SSH\Agent\Identity; alias
199 $identity = (new Identity($this->fsock))
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php42 class Identity implements PrivateKey class
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php11 use ComboStrap\Identity; alias
81 $user = Identity::getUser();
262 if (!Identity::isManager()) {
H A DQualityMessageHandler.php8 use ComboStrap\Identity; alias
64 if (!Identity::isWriter($id)) {
/plugin/combo/ComboStrap/
H A DEditButton.php232 if (!Identity::isWriter()) {
H A DExceptionReporter.php34 if (Identity::isManager()) {
H A DFetcherPage.php336 $isLoggedIn = Identity::isLoggedIn();
H A DFetcherRailBar.php331 && !Identity::isLoggedIn()
H A DHttpRequest.php111 Identity::becomeSuperUser($testRequest);
H A DIdentity.php22 class Identity class
220 Identity::becomeSuperUser($request, 'admin');
H A DIdentityFormsHelper.php144 $identityClass = Identity::FORM_IDENTITY_CLASS;
163 LogUtility::internalError("The style content should be not null", Identity::CANONICAL);
179 $formClass = Identity::FORM_IDENTITY_CLASS . " " . $formClass;
190 foreach (Identity::FIELD_SET_TO_DELETE as $type) {
277 if (!Identity::isReader($logoImagePath->getWikiId())) {
H A DMarkupPath.php1197 return Identity::isWriter($this->getWikiId());
/plugin/combo/action/
H A Danalytics.php27 use ComboStrap\Identity; alias
61 if (!Identity::isWriter()) {
H A Dcache.php8 use ComboStrap\Identity; alias
170 if (!Identity::isManager()) {
H A Dcss.php8 use ComboStrap\Identity; alias
146 if (Identity::isAnonymous()) {
H A Didentity.php5 use ComboStrap\Identity; alias
38 if (!Identity::isLoggedIn()) {
39 $navigation = Identity::JS_NAVIGATION_ANONYMOUS_VALUE;
41 $navigation = Identity::JS_NAVIGATION_SIGNED_VALUE;
43 $JSINFO[Identity::JS_NAVIGATION_INDICATOR] = $navigation;

123