MCPcopy Create free account

hub / github.com/apereo/cas / functions

Functions22,235 in github.com/apereo/cas

↓ 40 callersMethodnewStringCipherExecutor
New string cipher executor. @param <T> the type parameter @param crypto the crypto @param cipherClass the cipher class @return the t
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/cipher/CipherExecutorUtils.java:29
↓ 40 callersMethodsetContextPath
(final String contextPath)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:111
↓ 40 callersMethodwith
Static cipher executor cipher. @param cipherExecutor the cipher executor @return the cipher executor resolver
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/crypto/CipherExecutorResolver.java:35
↓ 39 callersMethoddecode
Decodes a stream of bytes produced by {@link #encode(Object)} back into the original object. @param encoded Encoded representation of an object. @ret
core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/executor/Transcoder.java:33
↓ 39 callersMethodfindServiceById
Find service by the numeric id. @param id the id @return the registered service
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistry.java:106
↓ 39 callersMethodgenerate
Generate ID token. @param context the context @return the string @throws Throwable the throwable
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/ticket/idtoken/IdTokenGeneratorService.java:18
↓ 39 callersMethodgetRegisteredService
Gets the registered service from the flow scope. @param context the context @return the service
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/support/WebUtils.java:205
↓ 39 callersFunctionoa
(a,b)
support/cas-server-support-thymeleaf/src/main/resources/static/js/inwebo/client.js:1
↓ 39 callersMethodresolve
Resolve attribute repository ids that should be used for attribute fetching.. @param query the query @return the set
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/attribute/AttributeRepositoryResolver.java:25
↓ 39 callersMethodwrapHashSet
Wrap hash set. @param <T> the type parameter @param source the source @return the set
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/CollectionUtils.java:585
↓ 38 callersMethodcreate
Create the ticket. @param artifactId the artifact id @param authentication the authentication @param ticketGrantingTicket the ticket
support/cas-server-support-saml-idp-ticket/src/main/java/org/apereo/cas/ticket/artifact/SamlArtifactTicketFactory.java:28
↓ 38 callersMethodencode
Encode a given saml object by invoking a number of outbound security handlers on the context. @param <T> the type parameter @param samlObj
support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/enc/SamlIdPObjectSigner.java:41
↓ 38 callersMethodgetCredential
Gets credential. @param <T> the type parameter @param context the context @param clazz the clazz @return the credential
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/support/WebUtils.java:446
↓ 38 callersMethodgetProperties
Gets properties. @return the properties
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/TicketDefinition.java:45
↓ 38 callersMethodisValid
Validate password. @param bean the bean @return true /false @throws Throwable the throwable
support/cas-server-support-pm-core/src/main/java/org/apereo/cas/pm/PasswordValidationService.java:22
↓ 38 callersMethodregisterBeanIntoApplicationContext
Register bean into application context. @param <T> the type parameter @param applicationContext the application context @param beanCla
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/ApplicationContextProvider.java:67
↓ 38 callersMethodserialize
Serialize an object. @param object The object to be serialized @return the +byte[]+ containing the object @since 5.0.0
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/serialization/SerializationUtils.java:53
↓ 37 callersMethodbind
(final PreparedStatement statement, final Object... params)
support/cas-server-support-cassandra-authentication/src/main/java/org/apereo/cas/authentication/DefaultCassandraRepository.java:53
↓ 37 callersMethodcreateHandlerResult
Helper method to construct a handler result on successful authentication events. @param credential the credential on which the authentication was suc
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/handler/support/AbstractPreAndPostProcessingAuthenticationHandler.java:60
↓ 37 callersMethoddecodeTicket
(final Ticket ticketToProcess)
core/cas-server-core-tickets-api/src/main/java/org/apereo/cas/ticket/registry/AbstractTicketRegistry.java:338
↓ 37 callersMethodgenerate
()
core/cas-server-core-tickets/src/test/java/org/apereo/cas/ticket/registry/BaseTicketRegistryTests.java:746
↓ 37 callersMethodgetAdaptor
( final String entityID, final MetadataResolver chainingMetadataResolver, final Entity
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/services/idp/metadata/SamlRegisteredServiceMetadataAdaptor.java:135
↓ 37 callersMethodgetAuthentication
(final String principal)
core/cas-server-core-authentication-mfa-api/src/test/java/org/apereo/cas/authentication/mfa/MultifactorAuthenticationTestUtils.java:55
↓ 37 callersMethodgetFriendlyName
Gets friendly name of this service. Typically describes the purpose of this service and the return value is usually used for display purposes. @retur
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredService.java:193
↓ 37 callersMethodgetSecretKey
(final String s)
support/cas-server-support-gauth-core/src/test/java/org/apereo/cas/gauth/credential/DummyCredentialRepository.java:18
↓ 37 callersMethodgetServices
Keeps track of authenticated service per their session id. @return authenticated services.
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/TicketGrantingTicket.java:110
↓ 36 callersMethodgetContext
Gets context. @return the context
api/cas-server-core-api-web/src/main/java/org/apereo/cas/web/BrowserStorage.java:33
↓ 36 callersMethodgetNewTicketRegistry
()
core/cas-server-core-tickets/src/test/java/org/apereo/cas/ticket/registry/BaseTicketRegistryTests.java:695
↓ 36 callersMethodgetOrder
()
support/cas-server-support-pm-core/src/main/java/org/apereo/cas/pm/PasswordHistoryService.java:21
↓ 36 callersMethodmerge
Merge. @param baseEntity the base entity @param childEntity the child entity @return the result
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/serialization/StringSerializer.java:190
↓ 36 callersMethodputPasswordlessAuthenticationAccount
Put passwordless authentication account. @param requestContext the request context @param account the account
support/cas-server-support-passwordless-webflow/src/main/java/org/apereo/cas/web/flow/PasswordlessWebflowUtils.java:77
↓ 36 callersMethodregisterAuthenticationHandlerWithPrincipalResolver
Register authentication handler with principal resolver. @param plan the plan
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationEventExecutionPlan.java:115
↓ 36 callersMethodregisterTicketSerializer
Register ticket serializer. @param serializer the serializer
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/serialization/TicketSerializationExecutionPlan.java:19
↓ 35 callersMethodgetApplicationContext
Gets application context. @return the application context
api/cas-server-core-api-multitenancy/src/main/java/org/apereo/cas/multitenancy/TenantExtractor.java:47
↓ 35 callersMethodgetAvailableMultifactorAuthenticationProviders
Gets all multifactor authentication providers from application context. @param applicationContext the application context @return the all multifactor
core/cas-server-core-authentication-mfa-api/src/main/java/org/apereo/cas/authentication/MultifactorAuthenticationUtils.java:277
↓ 35 callersMethodgetCount
Obtient la valeur de la propriété count. @return the count
support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginSearchResult.java:498
↓ 35 callersMethodgetPrincipalId
Get principal id. @return principal id
api/cas-server-core-api-events/src/main/java/org/apereo/cas/support/events/ticket/AbstractCasTicketGrantingTicketEvent.java:77
↓ 35 callersMethodgetRawResourceFrom
Gets resource from a String location. @param location the metadata location @return the resource from @throws IOException the exception
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/ResourceUtils.java:72
↓ 35 callersMethodgetTimeToLive
Get the TTL of this ticket, in seconds. @return the time to live
support/cas-server-support-oauth-services/src/main/java/org/apereo/cas/support/oauth/services/RegisteredServiceOAuthCodeExpirationPolicy.java:27
↓ 35 callersMethodisAssignedTo
Check to see if the property is assigned to this service and is defined with a value. @param service registered service @return true/false
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceProperty.java:763
↓ 35 callersMethodregisterProxyHints
Register proxy hints. @param hints the hints @param subclassesInPackage the subclasses in package
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/nativex/CasRuntimeHintsRegistrar.java:109
↓ 35 callersMethodresolveUsername
Resolve the username that is to be returned to CAS clients. @param context the context @return the username value configured for this service @throws
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceUsernameAttributeProvider.java:24
↓ 34 callersMethodassignIdIfNecessary
Assign id if undefined. @return the registered service
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredService.java:210
↓ 34 callersMethoddeserializeTicket
Deserialize ticket. @param ticketContent the ticket id @param type the type @return the ticket instance.
core/cas-server-core-tickets-api/src/main/java/org/apereo/cas/ticket/serialization/TicketSerializationManager.java:32
↓ 34 callersMethodgetConnection
()
support/cas-server-support-consent-ldap/src/test/java/org/apereo/cas/consent/LdapConsentRepositoryTests.java:57
↓ 34 callersMethodgetObjectMapper
Gets mapper instance. @return the instance
support/cas-server-support-webauthn-core/src/main/java/org/apereo/cas/webauthn/WebAuthnUtils.java:39
↓ 34 callersMethodgetRealm
(final StringTokenizer st, final int count)
support/cas-server-support-ws-sts-api/src/main/java/org/apereo/cas/support/realm/UriRealmParser.java:46
↓ 34 callersMethodgrantServiceTicket
( final String id, final Service service, final ExpirationPolicy expirationPolicy, fin
core/cas-server-core-tickets-api/src/main/java/org/apereo/cas/ticket/TicketGrantingTicketImpl.java:96
↓ 34 callersMethodhandleRequestInternal
(final HttpServletRequest request, final HttpServletResponse response)
support/cas-server-support-validation-core/src/main/java/org/apereo/cas/web/v2/ProxyController.java:78
↓ 34 callersMethodisNotProxy
Is not proxy class? @param result the result @return true/false
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:68
↓ 34 callersMethodresolveService
Resolve service from authentication request. @param service the service @return the service @throws Throwable the throwable
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationServiceSelectionPlan.java:31
↓ 33 callersMethodcreateEndState
Create end state. @param flow the flow @param id the id @return the end state
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:288
↓ 33 callersMethodgetDuoAuthenticationService
Gets duo authentication service. @return the duo authentication service
support/cas-server-support-duo-core-mfa/src/main/java/org/apereo/cas/adaptors/duo/authn/DuoSecurityMultifactorAuthenticationProvider.java:19
↓ 33 callersMethodgetPrincipal
(final String id)
core/cas-server-core-authentication-mfa-api/src/test/java/org/apereo/cas/authentication/mfa/MultifactorAuthenticationTestUtils.java:44
↓ 33 callersMethodgetTimestamp
()
api/cas-server-core-api-events/src/main/java/org/apereo/cas/support/events/dao/CasEvent.java:188
↓ 33 callersMethodmarkTicketExpired
Mark a ticket as expired.
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/ExpirableTicket.java:44
↓ 33 callersMethodnewPasswordEncoder
New password encoder password encoder. @param properties the properties @param applicationContext the application context @return the passwor
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/support/password/PasswordEncoderUtils.java:53
↓ 33 callersMethodnewPersonDirectoryPrincipalResolver
New person directory principal resolver. @param applicationContext the application context @param principalFactory the principal factor
support/cas-server-support-person-directory-core/src/main/java/org/apereo/cas/authentication/principal/resolvers/PersonDirectoryPrincipalResolver.java:304
↓ 33 callersMethodregisterAuditResourceResolver
Register audit resource resolver. @param resolver the resolver @param keys the key
api/cas-server-core-api-audit/src/main/java/org/apereo/cas/audit/AuditTrailRecordResolutionPlan.java:23
↓ 33 callersMethodthrowIf
Throw if. @param condition the condition @param throwable the throwable @throws Throwable the throwable
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/function/FunctionUtils.java:600
↓ 32 callersMethodaddTrait
Add trait. @param credentialTrait the credential trait
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/CredentialMetadata.java:48
↓ 32 callersMethodcount
Count conditions. @return the int
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanCondition.java:47
↓ 32 callersMethodevaluate
Authorize boolean. @param resource the resource @return true or false
support/cas-server-support-heimdall/src/main/java/org/apereo/cas/heimdall/authorizer/ResourceAuthorizer.java:20
↓ 32 callersMethodexists
Determine if the otp for user exists in repository. @param uid the uid @param otp the otp @return true /false.
support/cas-server-support-otp-mfa-core/src/main/java/org/apereo/cas/otp/repository/token/OneTimeTokenRepository.java:39
↓ 32 callersMethodgetOpenSamlConfigBean
Gets OpenSAML config bean. @return the OpenSAML config bean
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/services/idp/metadata/cache/SamlRegisteredServiceCachingMetadataResolver.java:71
↓ 32 callersMethodgetProfile
Gets profile. @return the profile
support/cas-server-support-discovery-profile-core/src/main/java/org/apereo/cas/discovery/CasServerProfileRegistrar.java:25
↓ 32 callersMethodgetPublicKey
Gets the public key associated with this service that is used to authorize the request by encrypting certain elements and attributes in the CAS valida
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredService.java:55
↓ 32 callersMethodgetRegisteredServiceTypes
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/AbstractServiceRegistryTests.java:680
↓ 32 callersMethodnewLdaptiveConnectionFactory
Returns a pooled connection factory or default connection factory based on {@link AbstractLdapProperties#isDisablePooling()}. @param properties ldap
support/cas-server-support-ldap-core/src/main/java/org/apereo/cas/util/LdapUtils.java:678
↓ 32 callersMethodretrieveCookieValue
Retrieve cookie value. @param request the request @return the cookie value
api/cas-server-core-api-cookie/src/main/java/org/apereo/cas/web/cookie/CasCookieBuilder.java:54
↓ 32 callersMethodsearch
Search. @param searchIndexName the search index name @param query the query @return the stream
support/cas-server-support-redis-core/src/main/java/org/apereo/cas/redis/core/RedisModulesOperations.java:43
↓ 32 callersMethodsetScopes
Sets scopes. @param scopes the scopes
support/cas-server-support-oauth-services/src/main/java/org/apereo/cas/support/oauth/services/OAuthRegisteredService.java:121
↓ 31 callersMethodaddCode
(final Principal principal, final OAuthRegisteredService registeredService)
support/cas-server-support-oauth/src/test/java/org/apereo/cas/AbstractOAuth20Tests.java:580
↓ 31 callersMethodgetAccessToken
()
support/cas-server-support-oauth/src/test/java/org/apereo/cas/support/oauth/authenticator/BaseOAuth20AuthenticatorTests.java:208
↓ 31 callersMethodgetAuthenticationBuilder
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:243
↓ 31 callersMethodgetBinding
()
support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/enc/encoder/sso/SamlResponsePostEncoder.java:31
↓ 31 callersMethodgetNewString
A new random string of specified initial size. @param size length of random string before encoding @return a new random string of specified initial s
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/gen/RandomStringGenerator.java:36
↓ 31 callersMethodgetSearchFilter
()
api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/model/support/ldap/serviceregistry/LdapServiceRegistryProperties.java:56
↓ 31 callersMethodgetSource
Indicates the source from which the service object was extracted and built. Typically maps to a request parameter or attribute that provides the reque
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/WebApplicationService.java:31
↓ 31 callersMethodhandle
Method to actually process the proxy request. @param credential The credential of the item that will be proxying. @param proxyGrantingTick
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/proxy/ProxyHandler.java:27
↓ 31 callersMethodisEmpty
Is cache empty? @return true/false
api/cas-server-core-api-scripting/src/main/java/org/apereo/cas/util/scripting/ScriptResourceCacheManager.java:85
↓ 31 callersMethodisExecutionFailure
()
api/cas-server-core-api-audit/src/main/java/org/apereo/cas/audit/AuditableExecutionResult.java:101
↓ 31 callersMethodisParticipating
Tries to determine if this request should participate in SSO. Services can opt out of SSO conditionally either per policy or per request parameters. V
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/SingleSignOnParticipationStrategy.java:49
↓ 31 callersMethodnotInNativeImage
Determine if code is NOT executing or being aot-processed in a GraalVM native image. @return true/false
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/nativex/CasRuntimeHintsRegistrar.java:421
↓ 31 callersMethodpublishEvent
(final AbstractCasEvent event)
support/cas-server-support-surrogate-core/src/main/java/org/apereo/cas/authentication/SurrogateAuthenticationPostProcessor.java:128
↓ 31 callersMethodsetBinding
Sets binding. @param args the args
api/cas-server-core-api-scripting/src/main/java/org/apereo/cas/util/scripting/ExecutableCompiledScript.java:58
↓ 31 callersMethodsupports
Supports this slo request? @param request the request @param response the response @param logoutRequest the logout request @param messa
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/idp/slo/SamlIdPProfileSingleLogoutRequestProcessor.java:26
↓ 31 callersMethodtoPassword
To new password string. @return the string
support/cas-server-support-pm-core/src/main/java/org/apereo/cas/pm/PasswordChangeRequest.java:51
↓ 30 callersMethodaddErrorMessageToContext
Add error message to context. @param requestContext the request context @param code the code @param defaultText the default text @param
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/support/WebUtils.java:1516
↓ 30 callersMethodauthenticateUmaRequestWithProtectionScope
()
support/cas-server-support-oauth-uma/src/test/java/org/apereo/cas/uma/web/controllers/BaseUmaEndpointControllerTests.java:127
↓ 30 callersMethodextract
Extract access token into a request data holder. @param webContext the web context @return the access token request data holder @throws Throwable the
support/cas-server-support-oauth-api/src/main/java/org/apereo/cas/support/oauth/web/response/accesstoken/ext/AccessTokenGrantRequestExtractor.java:23
↓ 30 callersMethodfrom
Create the object type from the given string. @param data the string @return the object instance constructed from
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/serialization/StringSerializer.java:46
↓ 30 callersMethodgetAuthenticationDate
Method to retrieve the timestamp of when this Authentication object was created. @return the date/time the authentication occurred.
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/Authentication.java:47
↓ 30 callersMethodgetPolicies
()
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceConsentPolicy.java:78
↓ 30 callersMethodgetText
Gets the policy text verbatim.. @return the text
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceAcceptableUsagePolicy.java:41
↓ 30 callersMethodinit
(final FilterConfig filterConfig)
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/support/filters/AddResponseHeadersFilter.java:43
↓ 30 callersMethodnewInstance
New instance of git repository builder. @param props the registry @return the git repository builder
support/cas-server-support-git-core/src/main/java/org/apereo/cas/git/GitRepositoryBuilder.java:112
↓ 30 callersMethodnewLdaptiveSearchFilter
Constructs a new search filter. @param filterQuery the query filter @return Search filter with parameters applied.
support/cas-server-support-ldap-core/src/main/java/org/apereo/cas/util/LdapUtils.java:323
↓ 30 callersMethodquery
Query the registry and return the results. This operations allows one to interact with the registry in raw form without a lot of post-processing of th
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/registry/TicketRegistry.java:223
↓ 29 callersMethodfirst
First entry in the container. @return the entry
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:105
← previousnext →401–500 of 22,235, ranked by callers