MCPcopy Create free account

hub / github.com/apereo/cas / functions

Functions22,235 in github.com/apereo/cas

↓ 4,422 callersMethodof
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 callersMethodgetId
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 callersMethodtoString
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 callersMethodput
(HttpServletRequest request, ByteArray key, R obj)
support/cas-server-support-webauthn-core/src/main/java/com/yubico/core/WebAuthnCache.java:16
↓ 2,148 callersMethodwhen
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 callersMethodget
(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 callersMethodmap
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 callersMethodgetName
Gets name. @return the name
core/cas-server-core-web-api/src/main/java/org/springframework/ui/context/Theme.java:17
↓ 1,341 callersMethodadd
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 callersMethodsleep
(final int millis)
core/cas-server-core-logging-api/src/test/java/org/apereo/cas/logging/ExceptionOnlyFilterTests.java:33
↓ 1,237 callersMethodlog
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 callersMethodstream
Stream. @return the stream
support/cas-server-support-webauthn-core/src/main/java/org/apereo/cas/webauthn/storage/WebAuthnCredentialRepository.java:25
↓ 1,097 callersMethodisEmpty
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 callersMethodbuild
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 callersMethodforEach
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 callersMethodfilter
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 callersMethodcontainsKey
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 callersMethodsetParameter
(final String name, final String value)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:63
↓ 768 callersMethodget
()
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:84
↓ 738 callersMethodwrap
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 callersMethodcreate
()
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:207
↓ 711 callersMethoderror
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 callersMethodcollect
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 callersMethodgetPrincipal
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 callersMethodcontains
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 callersMethodexecute
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 callersMethodtoList
Gets items. @return the items
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:76
↓ 596 callersMethodgetAttributes
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 callersMethodstream
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 callersMethodgetService
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:95
↓ 555 callersMethodwarn
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 callersMethodaddParameter
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 callersMethodsupply
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 callersMethodsize
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 callersMethodgiven
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 callersMethodgetRegisteredService
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:143
↓ 449 callersMethodisEmpty
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 callersMethodgetAuthentication
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:138
↓ 437 callersFunctiona
()
support/cas-server-support-thymeleaf/src/main/resources/static/js/inwebo/client.js:4
↓ 432 callersMethodgetClientId
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 callersMethodgetObject
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 callersMethodotherwiseProxy
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 callersMethodvalueOf
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 callersMethodgetValue
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 callersMethodfilter
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 callersMethoddoUnchecked
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 callersMethodwrapList
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 callersMethodsetId
Sets id. @param id the id
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/MutableCredential.java:15
↓ 394 callersMethodgetServiceId
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 callersMethodaddTicket
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 callersMethodbuild
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 callersMethodcreateTransitionForState
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 callersMethodgetTicket
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 callersMethodstatus
(final CacheStatistics statistics)
core/cas-server-core-monitor/src/test/java/org/apereo/cas/monitor/CacheHealthIndicatorTests.java:125
↓ 350 callersMethodon
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 callersMethodgetUsername
()
support/cas-server-support-webauthn-core/src/main/java/com/yubico/data/CredentialRegistration.java:55
↓ 338 callersMethodfindFirst
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 callersMethodgetKey
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 callersMethodgetType
Gets type. @return the type
support/cas-server-support-jpa-util/src/main/java/org/apereo/cas/jpa/JpaEntityFactory.java:15
↓ 328 callersMethodgetService
(final String id)
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:84
↓ 325 callersMethodempty
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 callersMethodgetConfigurationContext
()
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/ticket/idtoken/BaseIdTokenGeneratorService.java:25
↓ 321 callersMethodbuild
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 callersMethodget
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 callersMethodsize
Size. @return the int
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanContainer.java:98
↓ 300 callersMethodgetAttributes
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 callersMethodgetPrincipal
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:121
↓ 294 callersMethodsetName
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 callersMethodtoObjectMapper
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 callersMethodequals
(final Object obj)
support/cas-server-support-person-directory-core/src/main/java/org/apereo/cas/persondir/cache/HashCodeCacheKey.java:35
↓ 275 callersMethodsave
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 callersMethodsave
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 callersMethodvalues
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 callersMethodvalue
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 callersMethodtest
(final Credential credential)
core/cas-server-core-authentication/src/test/java/org/apereo/cas/authentication/CoreAuthenticationUtilsTests.java:232
↓ 260 callersMethodstart
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 callersMethodgetAuthentication
()
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:234
↓ 247 callersMethodgetProperties
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 callersMethodgetStatus
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 callersMethodgetRegisteredService
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 callersMethodformat
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 callersMethodget
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 callersMethodgetAuthentication
Gets authentication. @return the authentication
support/cas-server-support-saml-idp-ticket/src/main/java/org/apereo/cas/ticket/query/SamlAttributeQueryTicket.java:38
↓ 233 callersMethodbuild
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 callersMethodgetState
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 callersMethodgetUrl
()
support/cas-server-support-configuration-cloud-jdbc/src/main/java/org/apereo/cas/config/CasJdbcCloudConfigBootstrapAutoConfiguration.java:73
↓ 219 callersMethodget
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 callersMethodbuild
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 callersMethodbuild
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 callersMethodexecute
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 callersMethodauthenticate
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 callersMethodfindServiceBy
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 callersMethodnewPrincipalFactory
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 callersMethodgetRegisteredService
()
core/cas-server-core-authentication-api/src/test/java/org/apereo/cas/authentication/CoreAuthenticationTestUtils.java:178
↓ 197 callersMethoddoIfNotNull
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 callersMethodcall
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 callersMethodgetOidcRegisteredService
()
support/cas-server-support-oidc/src/test/java/org/apereo/cas/oidc/AbstractOidcTests.java:340
↓ 193 callersMethodgetInputStream
()
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/io/TemporaryFileSystemResource.java:31
↓ 192 callersMethodbuild
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 callersMethodgetAttribute
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