Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apereo/cas
/ functions
Functions
22,235 in github.com/apereo/cas
⨍
Functions
22,235
◇
Types & classes
8,789
↓ 4,422 callers
Method
of
Create bean supplier for type. @param <T> the type parameter @param clazz the clazz @return the bean supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:47
↓ 3,451 callers
Method
getId
Method to retrieve the id. @return the id
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/Ticket.java:20
↓ 2,613 callers
Method
toString
Writes a string representation of cache statistics to the given string builder. @param builder String builder to which string representation is appen
api/cas-server-core-api-monitor/src/main/java/org/apereo/cas/monitor/CacheStatistics.java:60
↓ 2,556 callers
Method
put
(HttpServletRequest request, ByteArray key, R obj)
support/cas-server-support-webauthn-core/src/main/java/com/yubico/core/WebAuthnCache.java:16
↓ 2,148 callers
Method
when
Specify condition for bean supplier to create beans. @param conditionSupplier the condition supplier @return the bean supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:111
↓ 1,738 callers
Method
get
(HttpServletRequest request, ByteArray key, Function<ByteArray, ? extends R> mappingFunction)
support/cas-server-support-webauthn-core/src/main/java/com/yubico/core/WebAuthnCache.java:20
↓ 1,651 callers
Method
map
Map principal attributes. @param request the request @return the map
core/cas-server-core-authentication-attributes/src/main/java/org/apereo/cas/authentication/PrincipalAttributesMapper.java:30
↓ 1,423 callers
Method
getName
Gets name. @return the name
core/cas-server-core-web-api/src/main/java/org/springframework/ui/context/Theme.java:17
↓ 1,341 callers
Method
add
Add. @param token the token @param challenge the challenge
support/cas-server-support-acme/src/main/java/org/apereo/cas/acme/AcmeChallengeRepository.java:19
↓ 1,327 callers
Method
sleep
(final int millis)
core/cas-server-core-logging-api/src/test/java/org/apereo/cas/logging/ExceptionOnlyFilterTests.java:33
↓ 1,237 callers
Method
log
Log messages via System output stream. @param message the message
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/nativex/CasRuntimeHintsRegistrar.java:455
↓ 1,134 callers
Method
stream
Stream. @return the stream
support/cas-server-support-webauthn-core/src/main/java/org/apereo/cas/webauthn/storage/WebAuthnCredentialRepository.java:25
↓ 1,097 callers
Method
isEmpty
Indicate whether any attribute repositories are currently registered with the plan. @return true/false
support/cas-server-support-person-directory-core/src/main/java/org/apereo/cas/persondir/PersonDirectoryAttributeRepositoryPlan.java:62
↓ 950 callers
Method
build
Build token for a service ticket. @param serviceTicketId the ticket id @param service the service @return the token identifier @throws Throwa
support/cas-server-support-token-core-api/src/main/java/org/apereo/cas/token/TokenTicketBuilder.java:31
↓ 947 callers
Method
forEach
For each iterator. @param o the o @return the bean container
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:122
↓ 879 callers
Method
filter
Filter attributes. @param service the service @param principal the profile @param registeredService the registered service @param a
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/support/oauth/profile/OAuth20ProfileScopeToAttributesFilter.java:41
↓ 874 callers
Method
containsKey
Contains key ? @param key the key @return true/false
api/cas-server-core-api-scripting/src/main/java/org/apereo/cas/util/scripting/ScriptResourceCacheManager.java:35
↓ 785 callers
Method
setParameter
(final String name, final String value)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:63
↓ 768 callers
Method
get
()
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:84
↓ 738 callers
Method
wrap
Wrap map. @param <K> the type parameter @param <V> the type parameter @param source the source @return the map
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/CollectionUtils.java:203
↓ 726 callers
Method
create
()
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:207
↓ 711 callers
Method
error
Error. @param logger the logger @param msg the msg
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/LoggingUtils.java:106
↓ 647 callers
Method
collect
Collect. @param claims the claims @param name the attribute @param values the values
support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/claims/OidcIdTokenClaimCollector.java:60
↓ 640 callers
Method
getPrincipal
Method to obtain the Principal. @return a Principal implementation
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/Authentication.java:39
↓ 637 callers
Method
contains
Contains ticket definition. @param ticketId the ticket id @return true/false
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/TicketCatalog.java:39
↓ 622 callers
Method
execute
Execute. @param order the order @param builder the CSR builder @return the order @throws Exception the exception
support/cas-server-support-acme/src/main/java/org/apereo/cas/acme/AcmeAuthorizationExecutor.java:45
↓ 613 callers
Method
toList
Gets items. @return the items
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:76
↓ 596 callers
Method
getAttributes
Gets attributes. @param request the request @return the attributes
support/cas-server-support-trusted/src/main/java/org/apereo/cas/adaptors/trusted/authentication/principal/RemoteRequestPrincipalAttributesExtractor.java:22
↓ 583 callers
Method
stream
Gets services stream. <p> The returning stream may be bound to an IO channel (such as database connection), so it should be properly closed after usag
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServicesManager.java:201
↓ 568 callers
Method
getService
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:95
↓ 555 callers
Method
warn
Log warning. @param logger the logger @param throwable the throwable
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/LoggingUtils.java:142
↓ 541 callers
Method
addParameter
Add parameter. @param key the key @param object the object @return the email message body builder
core/cas-server-core-notifications-api/src/main/java/org/apereo/cas/notifications/mail/EmailMessageBodyBuilder.java:57
↓ 533 callers
Method
supply
Create the bean via a given supplier when condition passes. @param beanSupplier the bean supplier @return the bean supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:149
↓ 499 callers
Method
size
Return number of records held in this service registry. Provides default implementation so that implementations needed this new functionality could ov
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistry.java:212
↓ 492 callers
Method
given
To supplier. @param applicationContext the application context @return the supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanCondition.java:145
↓ 463 callers
Method
getRegisteredService
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:143
↓ 449 callers
Method
isEmpty
Is container empty? @return true/false
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:112
↓ 447 callers
Method
getAuthentication
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:138
↓ 437 callers
Function
a
()
support/cas-server-support-thymeleaf/src/main/resources/static/js/inwebo/client.js:4
↓ 432 callers
Method
getClientId
Client id for whom this token was issued. @return client id.
support/cas-server-support-oauth-api/src/main/java/org/apereo/cas/ticket/OAuth20Token.java:44
↓ 419 callers
Method
getObject
Gets saml object. @return the object
support/cas-server-support-saml-idp-ticket/src/main/java/org/apereo/cas/ticket/artifact/SamlArtifactTicket.java:37
↓ 417 callers
Method
otherwiseProxy
Create the proxy bean via a given supplier when the condition fails. @return the bean supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:172
↓ 410 callers
Method
valueOf
Value of consent options. @param value the value @return the consent options
support/cas-server-support-consent-api/src/main/java/org/apereo/cas/consent/ConsentReminderOptions.java:42
↓ 405 callers
Method
getValue
Gets property value. @param <T> the type parameter @param clazz the clazz @return the property value
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceProperty.java:47
↓ 402 callers
Method
filter
Filters the received principal attributes for the given registered service. @param givenAttributes the map for the original given attributes @return
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceAttributeFilter.java:28
↓ 400 callers
Method
doUnchecked
Do unchecked. @param <T> the type parameter @param consumer the consumer @return the t
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/function/FunctionUtils.java:475
↓ 398 callers
Method
wrapList
Wrap list. @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:610
↓ 397 callers
Method
setId
Sets id. @param id the id
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/MutableCredential.java:15
↓ 394 callers
Method
getServiceId
The unique identifier for this service. @return the unique identifier for this service.
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredService.java:62
↓ 390 callers
Method
addTicket
Add a ticket to the registry. Ticket storage is based on the ticket id. @param ticket The ticket we wish to add to the cache. @return ticket @throws
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/registry/TicketRegistry.java:42
↓ 388 callers
Method
build
Build list. @param tenantDefinition the tenant definition @return the list
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/attribute/TenantPersonAttributeDaoBuilder.java:24
↓ 380 callers
Method
createTransitionForState
Create transition for state transition. @param state the state @param criteriaOutcome the criteria outcome @param targetState the targe
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:463
↓ 368 callers
Method
getTicket
Retrieve a ticket from the registry. If the ticket retrieved does not match the expected class, an InvalidTicketException is thrown. @param <T>
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/registry/TicketRegistry.java:62
↓ 362 callers
Method
status
(final CacheStatistics statistics)
core/cas-server-core-monitor/src/test/java/org/apereo/cas/monitor/CacheHealthIndicatorTests.java:125
↓ 350 callers
Method
on
On bean condition. @param name the name @return the bean condition
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanCondition.java:31
↓ 340 callers
Method
getUsername
()
support/cas-server-support-webauthn-core/src/main/java/com/yubico/data/CredentialRegistration.java:55
↓ 338 callers
Method
findFirst
Find first in the list of items provided. @param pattern the regex pattern @param elements the elements @return the optional
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/RegexUtils.java:154
↓ 335 callers
Method
getKey
Gets the real key. @return the key
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/crypto/IdentifiableKey.java:24
↓ 329 callers
Method
getType
Gets type. @return the type
support/cas-server-support-jpa-util/src/main/java/org/apereo/cas/jpa/JpaEntityFactory.java:15
↓ 328 callers
Method
getService
(final String id)
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:84
↓ 325 callers
Method
empty
Empty assurance verification source. @return the assurance verification source
support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/assurance/AssuranceVerificationSource.java:43
↓ 324 callers
Method
getConfigurationContext
()
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/ticket/idtoken/BaseIdTokenGeneratorService.java:25
↓ 321 callers
Method
build
Build. @param context the context @return the response @throws Exception the exception
support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/SamlProfileObjectBuilder.java:24
↓ 320 callers
Method
get
Get one time token. @param uid the uid @param otp the opt @return the one time token
support/cas-server-support-otp-mfa-core/src/main/java/org/apereo/cas/otp/repository/token/OneTimeTokenRepository.java:50
↓ 313 callers
Method
size
Size. @return the int
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:98
↓ 300 callers
Method
getAttributes
Principal attributes. @return the map of configured attributes for this principal
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/Service.java:92
↓ 300 callers
Method
getPrincipal
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:121
↓ 294 callers
Method
setName
Définit la valeur de la propriété name. @param value allowed object is {@link String }
support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/soap/generated/LoginQueryResult.java:283
↓ 288 callers
Method
toObjectMapper
Produce an object mapper for YAML serialization/de-serialization. @return the object mapper
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/serialization/JacksonObjectMapperFactory.java:93
↓ 280 callers
Method
equals
(final Object obj)
support/cas-server-support-person-directory-core/src/main/java/org/apereo/cas/persondir/cache/HashCodeCacheKey.java:35
↓ 275 callers
Method
save
Save object. @param object the result @return the saved object
support/cas-server-support-javers/src/main/java/org/apereo/cas/version/EntityHistoryRepository.java:18
↓ 269 callers
Method
save
Save resource set or update if already found. @param set the set @return the resource set
support/cas-server-support-oauth-uma-core/src/main/java/org/apereo/cas/uma/ticket/resource/repository/ResourceSetRepository.java:53
↓ 269 callers
Method
values
Known values. @return the list
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/services/SamlIdPServicesManagerRegisteredServiceLocator.java:131
↓ 264 callers
Method
value
Gets the first single value. @return the value, or null if the collection is empty.
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceProperty.java:37
↓ 261 callers
Method
test
(final Credential credential)
core/cas-server-core-authentication/src/test/java/org/apereo/cas/authentication/CoreAuthenticationUtilsTests.java:232
↓ 260 callers
Method
start
Start the watch. @param name the name
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/io/WatcherService.java:35
↓ 256 callers
Method
getAuthentication
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:234
↓ 247 callers
Method
getProperties
Gets duo properties. @return the properties.
support/cas-server-support-duo-core-mfa/src/main/java/org/apereo/cas/adaptors/duo/authn/DuoSecurityAuthenticationService.java:89
↓ 246 callers
Method
getStatus
Gets status of the request. @return the status
api/cas-server-core-api-logout/src/main/java/org/apereo/cas/logout/slo/SingleLogoutRequestContext.java:24
↓ 245 callers
Method
getRegisteredService
Gets registered service. @return the registered service
support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/ticket/OidcPushedAuthorizationRequest.java:35
↓ 239 callers
Method
format
Format. @param dateTime the date time @param pattern the pattern @return the string
support/cas-server-support-thymeleaf-core/src/main/java/org/apereo/cas/services/web/CasThymeleafTemplatesDirector.java:127
↓ 235 callers
Method
get
Get all records by date. @param onOrAfterDate the on or after date @return the records
support/cas-server-support-trusted-mfa-core/src/main/java/org/apereo/cas/trusted/authentication/api/MultifactorAuthenticationTrustStorage.java:56
↓ 234 callers
Method
getAuthentication
Gets authentication. @return the authentication
support/cas-server-support-saml-idp-ticket/src/main/java/org/apereo/cas/ticket/query/SamlAttributeQueryTicket.java:38
↓ 233 callers
Method
build
Build model and view. @param registeredService the registered service @param redirectUrl the redirect url @param parameters the paramete
support/cas-server-support-oauth-api/src/main/java/org/apereo/cas/support/oauth/web/response/callback/OAuth20ResponseModeBuilder.java:27
↓ 220 callers
Method
getState
Gets state. @param <T> the type parameter @param flow the flow @param stateId the state id @param clazz the clazz @return the state
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:715
↓ 220 callers
Method
getUrl
()
support/cas-server-support-configuration-cloud-jdbc/src/main/java/org/apereo/cas/config/CasJdbcCloudConfigBootstrapAutoConfiguration.java:73
↓ 219 callers
Method
get
Get attribute release policy. @param scope the scope @return the release policy
support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/scopes/OidcAttributeReleasePolicyFactory.java:32
↓ 215 callers
Method
build
Build. @param registrationRequest the registration request @return the string
support/cas-server-support-account-mgmt-api/src/main/java/org/apereo/cas/acct/AccountRegistrationUsernameBuilder.java:27
↓ 215 callers
Method
build
Build reset URL. @param username the username @param service the service @return the URL @throws Throwable the throwable
support/cas-server-support-pm-core/src/main/java/org/apereo/cas/pm/PasswordResetUrlBuilder.java:29
↓ 215 callers
Method
execute
Execute. @param principal the principal @param profile the profile @param client the client @param credential the credential @throws Throwabl
support/cas-server-support-pac4j-api/src/main/java/org/apereo/cas/authentication/principal/provision/DelegatedClientUserProfileProvisioner.java:31
↓ 207 callers
Method
authenticate
Method to authenticate a set of credentials. @param username Non-null username to authenticate. @param password Password to authenticate. @return {@l
support/cas-server-support-radius-core/src/main/java/org/apereo/cas/adaptors/radius/RadiusServer.java:38
↓ 206 callers
Method
findServiceBy
Find a service by matching with the service id. @param id the id to match with. @return the registered service
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistry.java:135
↓ 205 callers
Method
newPrincipalFactory
New principal factory. @return the principal factory
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/principal/PrincipalFactoryUtils.java:22
↓ 204 callers
Method
getRegisteredService
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:178
↓ 197 callers
Method
doIfNotNull
Do if not null supplier. @param <R> the type parameter @param input the input @param trueFunction the true function @return the value
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/function/FunctionUtils.java:202
↓ 195 callers
Method
call
Call. @param from the from @param to the to @param message the message @return true/false @throws Throwable the throwable
core/cas-server-core-notifications-api/src/main/java/org/apereo/cas/notifications/call/PhoneCallOperator.java:38
↓ 194 callers
Method
getOidcRegisteredService
()
support/cas-server-support-oidc/src/test/java/org/apereo/cas/oidc/AbstractOidcTests.java:340
↓ 193 callers
Method
getInputStream
()
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/io/TemporaryFileSystemResource.java:31
↓ 192 callers
Method
build
Method will be called to provide a name for a resource to store a service. @param service - The Service to be saved. @param extension - The extensi
core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/resource/RegisteredServiceResourceNamingStrategy.java:32
↓ 192 callers
Method
getAttribute
Gets underlying source attribute that should drive the value of the attribute definition. @return the attribute
api/cas-server-core-api-services/src/main/java/org/apereo/cas/authentication/attribute/AttributeDefinition.java:67
next →
1–100 of 22,235, ranked by callers