MCPcopy Create free account

hub / github.com/apereo/cas / functions

Functions22,235 in github.com/apereo/cas

↓ 11 callersMethodbuild
Build response. The implementation must produce a response that is based on the type passed. Given the protocol used, the ticket id may be passed as p
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/ResponseBuilder.java:34
↓ 11 callersMethodbuildAccessToken
(final ExpirationPolicy expirationPolicy, final Authent
support/cas-server-support-heimdall/src/test/java/org/apereo/cas/heimdall/HeimdallAuthorizationControllerTests.java:447
↓ 11 callersMethodbuildApplicationContext
()
core/cas-server-core-authentication-mfa-api/src/test/java/org/apereo/cas/authentication/mfa/DefaultRequestedAuthenticationContextValidatorTests.java:50
↓ 11 callersMethodbuildCookieGenerationContext
Build cookie generation context. @param cookie the cookie @return the cookie generation context
core/cas-server-core-cookie-api/src/main/java/org/apereo/cas/web/support/CookieUtils.java:84
↓ 11 callersMethodbuildSingleAuditLineForField
(final AuditableFields field, final Object value, final StringBuilder builder)
core/cas-server-core-audit-api/src/main/java/org/apereo/inspektr/audit/support/AbstractStringAuditTrailManager.java:60
↓ 11 callersMethodcasOAuthCallbackUrl
CAS oauth callback url. @param serverPrefixUrl the server prefix url @return the string
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/support/oauth/util/OAuth20Utils.java:217
↓ 11 callersMethodcollect
Collect previous authentications. @param authentications the authentications @return the authentication transaction
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationTransaction.java:24
↓ 11 callersMethodcreateDeviceUserCode
Create OAuth 2.0 device user code. @param service the service @return the device user code
support/cas-server-support-oauth-api/src/main/java/org/apereo/cas/ticket/device/OAuth20DeviceUserCodeFactory.java:20
↓ 11 callersMethodcreateService
()
core/cas-server-core-services-api/src/test/java/org/apereo/cas/services/util/RegisteredServiceAccessStrategyAuditableEnforcerTests.java:58
↓ 11 callersMethodcreateUmaPolicyRegistrationRequest
(final UserProfile profile)
support/cas-server-support-oauth-uma/src/test/java/org/apereo/cas/uma/web/controllers/BaseUmaEndpointControllerTests.java:155
↓ 11 callersMethodcustomize
Customize map config. @param mapConfig the map config
support/cas-server-support-hazelcast-core/src/main/java/org/apereo/cas/hz/HazelcastMapCustomizer.java:19
↓ 11 callersMethoddeserializeAndCheckObject
Decode and serialize object. @param <T> the type parameter @param object the object @param type the type @return the t @since 4.2
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/serialization/SerializationUtils.java:188
↓ 11 callersMethoddetermineFingerprint
Determine a unique browser/device fingerprint for the provided request. @param authentication authentication attempt for which we are generating a fi
support/cas-server-support-trusted-mfa-core/src/main/java/org/apereo/cas/trusted/web/flow/fingerprint/DeviceFingerprintStrategy.java:28
↓ 11 callersMethoddigest
Computes hex encoded digest. @param alg Digest algorithm to use @param data data to be hashed @return hex encoded hash
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/DigestUtils.java:123
↓ 11 callersMethodexpand
Expand ticket. @param ticketId the ticket id @return the ticket @throws Throwable the throwable
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/registry/TicketCompactor.java:39
↓ 11 callersMethodfetch
Fetch metadata document. @param registeredService the registered service @return the saml id p metadata document
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/idp/metadata/locator/SamlIdPMetadataLocator.java:84
↓ 11 callersMethodfindConsentDecisions
Gets consent decision for a user. @param principal the principal @return the consent decision
support/cas-server-support-consent-api/src/main/java/org/apereo/cas/consent/ConsentRepository.java:40
↓ 11 callersMethodfindServicesManager
(final RegisteredService service)
core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/mgmt/DefaultChainingServicesManager.java:225
↓ 11 callersMethodfromBoolean
From boolean. @param value the value @return the tri state boolean
api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/support/TriStateBoolean.java:44
↓ 11 callersMethodgenerateErrorView
(final String code, final String description,
support/cas-server-support-validation-core/src/main/java/org/apereo/cas/web/AbstractServiceValidateController.java:276
↓ 11 callersMethodget
Get property. @param key the key @return the string
api/cas-server-core-api-events/src/main/java/org/apereo/cas/support/events/dao/CasEvent.java:241
↓ 11 callersMethodgetAuthenticationResultBuilder
Gets authentication result builder. @param ctx the ctx @return the authentication result builder
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/support/WebUtils.java:675
↓ 11 callersMethodgetById
Gets by id. @param id the id @return the by id
support/cas-server-support-oauth-uma-core/src/main/java/org/apereo/cas/uma/ticket/resource/repository/ResourceSetRepository.java:29
↓ 11 callersMethodgetCacheDuration
()
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/services/idp/metadata/SamlRegisteredServiceMetadataAdaptor.java:174
↓ 11 callersMethodgetCookieValueManager
(final PinnableCookieProperties props)
core/cas-server-core-cookie-api/src/test/java/org/apereo/cas/web/support/DefaultCasCookieValueManagerTests.java:157
↓ 11 callersMethodgetCurrentProfile
Gets current profile. @param request the request @param response the response @return the current profile
support/cas-server-support-oauth-uma/src/test/java/org/apereo/cas/uma/web/controllers/BaseUmaEndpointControllerTests.java:184
↓ 11 callersMethodgetEncryptionKey
Gets encryption key. @param registeredService the registered service @return the encryption key
support/cas-server-support-token-core-api/src/main/java/org/apereo/cas/token/cipher/RegisteredServiceJwtTicketCipherExecutor.java:116
↓ 11 callersMethodgetEndpoint
(final Class clazz)
docs/cas-server-documentation-processor/src/main/java/org/apereo/cas/documentation/CasDocumentationApplication.java:398
↓ 11 callersMethodgetEntityName
()
support/cas-server-support-jpa-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/JpaTicketEntityFactory.java:56
↓ 11 callersMethodgetExtensions
Gets extension associated with files in the given resource directory. @return the extension
core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/resource/AbstractResourceBasedServiceRegistry.java:412
↓ 11 callersMethodgetInlineScript
Gets inline script. @param input the input @return the inline script
api/cas-server-core-api-scripting/src/main/java/org/apereo/cas/util/scripting/ExecutableCompiledScriptFactory.java:154
↓ 11 callersMethodgetMetadataResolver
()
support/cas-server-support-saml-idp-metadata/src/test/java/org/apereo/cas/support/saml/services/BaseSamlIdPServicesTests.java:82
↓ 11 callersMethodgetMetricsFor
(final String key)
core/cas-server-core-monitor/src/main/java/org/apereo/cas/monitor/SystemMonitorHealthIndicator.java:50
↓ 11 callersMethodgetMultifactorAuthenticationProvider
Get the mfa provider id from flow scope. @param context request context @return provider id
core/cas-server-core-webflow-mfa-api/src/main/java/org/apereo/cas/web/flow/util/MultifactorAuthenticationWebflowUtils.java:108
↓ 11 callersMethodgetOAuthRegisteredService
(final String clientId, final String red
support/cas-server-support-oidc/src/test/java/org/apereo/cas/oidc/AbstractOidcTests.java:382
↓ 11 callersMethodgetPrincipalResolver
Gets principal resolver. @return the principal resolver
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationSystemSupport.java:72
↓ 11 callersMethodgetProviderId
Returns the unique id of the provider that created the credential. @return - the mark
api/cas-server-core-api-mfa/src/main/java/org/apereo/cas/authentication/MultifactorAuthenticationCredential.java:16
↓ 11 callersMethodgetRequiredAttributes
Expose underlying attributes for auditing purposes. @return required attributes
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceAccessStrategy.java:105
↓ 11 callersMethodgetServerSocket
(final int port, final boolean ssl)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockWebServer.java:219
↓ 11 callersMethodgetSessionsFor
Gets sessions for principal. @param principalId the principal id @return the sessions for
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/registry/TicketRegistry.java:192
↓ 11 callersMethodgetShortenedId
Gets shortened id. @return the shortened id @throws Exception the exception
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/Service.java:135
↓ 11 callersMethodgetTicketType
Gets ticket type. @return the ticket type
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/TicketFactory.java:36
↓ 11 callersFunctionhideBanner
()
support/cas-server-support-thymeleaf/src/main/resources/static/js/palantir.js:444
↓ 11 callersMethodinitialize
Initialize.
core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/ServiceRegistryInitializer.java:16
↓ 11 callersMethodisBound
Is bound successfully. @return true/false
api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/support/ConfigurationPropertiesBindingContext.java:37
↓ 11 callersMethodisUndefined
Is undefined ?. @return true/false
api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/features/CasFeatureModule.java:67
↓ 11 callersMethodisYubiKeyRegisteredFor
Determines whether the registered YubiKey public id is allowed for the {@code username} received. @param username user id @param yubikeyPublic
support/cas-server-support-yubikey-core-mfa/src/main/java/org/apereo/cas/adaptors/yubikey/YubiKeyAccountRegistry.java:29
↓ 11 callersMethodmockRequestAuthnContextValidator
( final ServicesManager servicesManager, final Optional<MultifactorAuthenticationProvider> pro
core/cas-server-core-authentication-mfa-api/src/test/java/org/apereo/cas/authentication/mfa/MultifactorAuthenticationTestUtils.java:98
↓ 11 callersMethodnoOpOfSerializableToString
Factory method. @return Strongly -typed Noop {@code CipherExecutor Serializable -> String}
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/crypto/CipherExecutor.java:69
↓ 11 callersMethodopen
(final RetryContext context, final RetryCallback __)
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/function/FunctionUtils.java:558
↓ 11 callersMethodotherwiseNull
Create a null bean. @return the bean supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:189
↓ 11 callersMethodproduce
Produce. @param context the context @return the set @throws Throwable the throwable
support/cas-server-support-pac4j-api/src/main/java/org/apereo/cas/web/flow/DelegatedClientIdentityProviderConfigurationProducer.java:30
↓ 11 callersMethodputEventId
Put id. @param eventId the id @return the cas event
api/cas-server-core-api-events/src/main/java/org/apereo/cas/support/events/dao/CasEvent.java:144
↓ 11 callersMethodputUnauthorizedRedirectUrlIntoFlowScope
Adds the unauthorized redirect url to the flow scope. @param context the request context @param url the uri to redirect the flow
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/support/WebUtils.java:333
↓ 11 callersMethodreadFieldValue
(final String value)
core/cas-server-core-audit-api/src/main/java/org/apereo/inspektr/audit/support/AbstractStringAuditTrailManager.java:102
↓ 11 callersMethodregisterAuthenticationHandlerResolver
Register authentication handler resolver. @param handlerResolver the handler resolver
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationEventExecutionPlan.java:101
↓ 11 callersMethodresponseBody
(final String data)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockWebServer.java:252
↓ 11 callersMethodrestore
Restore. @param requestContext the request context @throws Exception the exception
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/idp/slo/SamlIdPProfileSingleLogoutRequestProcessor.java:49
↓ 11 callersMethodsendMessageToEndPoint
Sends a message to a particular endpoint. Option of sending it without waiting to ensure a response was returned. This is useful when it doesn't matt
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/http/HttpClient.java:39
↓ 11 callersMethodsetCookiePath
Sets cookie path. @param path the path
api/cas-server-core-api-cookie/src/main/java/org/apereo/cas/web/cookie/CasCookieBuilder.java:75
↓ 11 callersMethodsetCount
Définit la valeur de la propriété count. @param value the count
support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginSearchResult.java:507
↓ 11 callersMethodsetMessageContext
(final MessageContext messageContext)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:238
↓ 11 callersMethodsetProviderId
Sets the unique mark of the provider that created the credential. @param providerId - the id
api/cas-server-core-api-mfa/src/main/java/org/apereo/cas/authentication/MultifactorAuthenticationCredential.java:25
↓ 10 callersMethodaccept
(final BasicAcknowledgeablePubsubMessage message)
support/cas-server-support-gcp-pubsub-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/GoogleCloudTicketRegistryMessageQueueConsumer.java:39
↓ 10 callersFunctionaddMessage
(message)
support/cas-server-support-thymeleaf/src/main/resources/static/js/webauthn/webauthn.js:275
↓ 10 callersMethodaddMessage
(final String[] codes, final RequestContext requestContext, final Severity severity)
core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/actions/PopulateMessageContextAction.java:34
↓ 10 callersMethodaddPolicy
Add policy. @param policy the policy @return the base delegating expiration policy
core/cas-server-core-tickets-api/src/main/java/org/apereo/cas/ticket/expiration/BaseDelegatingExpirationPolicy.java:62
↓ 10 callersMethodaddSuccess
Adds an authentication success to the map of handler names to successful authentication handler results. @param key Authentication handler name. @p
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationBuilder.java:144
↓ 10 callersMethodassertClientOK
(final OAuthRegisteredService service, final boolean refresh
support/cas-server-support-oauth/src/test/java/org/apereo/cas/AbstractOAuth20Tests.java:521
↓ 10 callersMethodauthorize
Authorize boolean. @param context the context @return true or false
core/cas-server-core-services-api/src/main/java/org/apereo/cas/services/RegisteredServicePrincipalAccessStrategyEnforcer.java:31
↓ 10 callersMethodbefore
()
support/cas-server-support-token-webflow/src/test/java/org/apereo/cas/web/flow/TokenAuthenticationActionTests.java:65
↓ 10 callersMethodbelongsToMultifactorAuthenticationProvider
Indicate whether this bypass belongs to given multifactor authentication provider. @param providerId the provider id @return the provider if a match,
api/cas-server-core-api-mfa/src/main/java/org/apereo/cas/authentication/bypass/MultifactorAuthenticationProviderBypassEvaluator.java:124
↓ 10 callersMethodbuildAccessToken
(final TicketGrantingTicket tgt, final Set<String> scope)
support/cas-server-support-oidc/src/test/java/org/apereo/cas/oidc/token/OidcIdTokenGeneratorServiceTests.java:62
↓ 10 callersMethodbuildRepositoryInstance
(final GoogleAuthenticatorMultifactorProperties props)
support/cas-server-support-gauth/src/test/java/org/apereo/cas/gauth/credential/RestGoogleAuthenticatorTokenCredentialRepositoryTests.java:199
↓ 10 callersMethodcentralAuthenticationService
( @Qualifier("centralAuthenticationServiceContext") final CentralAuthenticationService
core/cas-server-core/src/main/java/org/apereo/cas/config/CasCoreConfiguration.java:96
↓ 10 callersMethodcollectAndDigestTicketAttributes
(final Ticket ticket)
core/cas-server-core-tickets-api/src/main/java/org/apereo/cas/ticket/registry/AbstractTicketRegistry.java:78
↓ 10 callersMethodcollectHttpRequestProperty
(final String name, final String value, final Map attributes)
core/cas-server-core-services-authentication/src/main/java/org/apereo/cas/authentication/principal/AbstractServiceFactory.java:159
↓ 10 callersMethodconfigureCookiePath
Configure cookie path. @param request the request @param cookieBuilder the cookie builder
core/cas-server-core-cookie-api/src/main/java/org/apereo/cas/web/support/CookieUtils.java:132
↓ 10 callersMethodcountTicketsFor
Count the number of tickets, given a type or prefix that might have been issued for given application. @param service the service @return total count
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/registry/TicketRegistry.java:234
↓ 10 callersMethodcreate
Create security token ticket. @param ticket the ticket @param securityTokenSerialized the security token @return the security token
support/cas-server-support-ws-sts-api/src/main/java/org/apereo/cas/ticket/SecurityTokenTicketFactory.java:22
↓ 10 callersMethodcreateDecisionState
Create decision state. @param flow the flow @param id the id @param testExpression the test expression @param thenStateId th
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:260
↓ 10 callersMethodcreateFlowVariable
Create flow variable flow variable. @param flow the flow @param id the id @param type the type @return the flow variable
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:663
↓ 10 callersMethodcreateToken
Create token string. @param username the username @return the string
support/cas-server-support-passwordless-api/src/main/java/org/apereo/cas/api/PasswordlessTokenRepository.java:25
↓ 10 callersMethoddeleteAll
Delete all services from the registry data store and start clean.
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistry.java:79
↓ 10 callersMethoddoIfNull
Do if null. @param <T> the type parameter @param input the input @param trueFunction the true function
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/function/FunctionUtils.java:280
↓ 10 callersMethodequals
(final Object obj)
api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/metadata/ConfigurationMetadataPropertyCreator.java:209
↓ 10 callersMethodexecuteGroovyScript
Execute groovy script via run object. @param <T> the type parameter @param groovyScript the groovy script @param args the args @para
core/cas-server-core-scripting/src/main/java/org/apereo/cas/util/scripting/ScriptingUtils.java:249
↓ 10 callersMethodextract
Extract certificate from request. @param request HttpServletRequest that may contain X509 certificate @return X509Certificate array where the first el
support/cas-server-support-x509-core/src/main/java/org/apereo/cas/adaptors/x509/authentication/X509CertificateExtractor.java:22
↓ 10 callersMethodfindRegisteredDevices
Find registered devices list. @param principal the principal @return the list
api/cas-server-core-api-mfa/src/main/java/org/apereo/cas/authentication/device/MultifactorAuthenticationDeviceManager.java:38
↓ 10 callersMethodgenerate
Generate. @param record the record @return the string
support/cas-server-support-trusted-mfa-core/src/main/java/org/apereo/cas/trusted/authentication/api/MultifactorAuthenticationTrustRecordKeyGenerator.java:21
↓ 10 callersMethodgetActivationStatus
Gets the value of the activationStatus property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modific
support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginSearchResult.java:486
↓ 10 callersMethodgetAdminApiService
Gets admin api service. @return the admin api service
support/cas-server-support-duo-core-mfa/src/main/java/org/apereo/cas/adaptors/duo/authn/DuoSecurityAuthenticationService.java:111
↓ 10 callersMethodgetAll
Gets all. @return the all
support/cas-server-support-trusted-mfa-core/src/main/java/org/apereo/cas/trusted/authentication/api/MultifactorAuthenticationTrustStorage.java:48
↓ 10 callersMethodgetAuthenticationAttributesForRelease
This method will return the Authentication attributes that should be released. @param authentication The authentication object we are processing. @pa
api/cas-server-core-api-validation/src/main/java/org/apereo/cas/validation/AuthenticationAttributeReleasePolicy.java:53
↓ 10 callersMethodgetDisplayNames
()
support/cas-server-support-saml-mdui-core/src/main/java/org/apereo/cas/support/saml/mdui/SamlMetadataUIInfo.java:164
↓ 10 callersMethodgetExtensions
()
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/services/idp/metadata/SamlRegisteredServiceMetadataAdaptor.java:182
↓ 10 callersMethodgetHttpServletRequestGeoLocation
Gets http servlet request geo location. @param request the request @return the http servlet request geo location
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/http/HttpRequestUtils.java:103
↓ 10 callersMethodgetIgnoredEndpoints
Gets base endpoint. @return the base endpoint
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/CasWebSecurityConfigurer.java:36
↓ 10 callersMethodgetInstance
Gets a static instance to be used internal only. @return the instance
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/SimpleUrlValidator.java:28
↓ 10 callersMethodgetLogo
Gets the logo image associated with this service. The image mostly is served on the user interface to identify this requesting service during authenti
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/WebBasedRegisteredService.java:58
← previousnext →1,001–1,100 of 22,235, ranked by callers