MCPcopy Create free account

hub / github.com/apereo/cas / functions

Functions22,235 in github.com/apereo/cas

↓ 23 callersMethodlocateAttributeDefinition
Locate attribute definition. @param key the name @return the optional
api/cas-server-core-api-services/src/main/java/org/apereo/cas/authentication/attribute/AttributeDefinitionStore.java:81
↓ 23 callersMethodmergeAttributes
Merge attributes map. @param currentAttributes the current attributes @param attributesToMerge the attributes to merge @param merger the m
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/CoreAuthenticationUtils.java:152
↓ 23 callersMethodnoOpOfStringToString
Factory method. @return Strongly -typed Noop {@code CipherExecutor String -> String}
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/crypto/CipherExecutor.java:51
↓ 23 callersMethodresolveEncryptionCertificate
Gets encryption cert file. @param registeredService the registered service @return the encryption cert file
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/idp/metadata/locator/SamlIdPMetadataLocator.java:54
↓ 23 callersMethodresolveEncryptionKey
Gets encryption key file. @param registeredService the registered service @return the encryption key file
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/idp/metadata/locator/SamlIdPMetadataLocator.java:62
↓ 23 callersMethodsetFlowExecutionContext
(final String flowIdLogin)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:199
↓ 23 callersMethodsetTenant
Sets tenant. @param tenant the tenant
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/Service.java:85
↓ 22 callersMethodbuildCookieRetrievingGenerator
Build cookie retrieving generator. @param cookie the cookie @param cookieValueManager the cookie value manager @return the cookie retriev
core/cas-server-core-cookie-api/src/main/java/org/apereo/cas/web/support/CookieUtils.java:39
↓ 22 callersMethodbuildMongoTemplate
Build mongo template. @param mongo the mongo properties settings @return the mongo template
support/cas-server-support-mongo-core/src/main/java/org/apereo/cas/mongo/MongoDbConnectionFactory.java:285
↓ 22 callersMethodcreateStateDefaultTransition
Create state default transition. @param state the state @param targetState the target state
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:444
↓ 22 callersMethoddisabled
Disabled. @return the cas ssl context
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/CasSSLContext.java:49
↓ 22 callersMethodexecuteSearchOperation
Execute search operation. @param baseDn the base dn @param filter the filter @param pageSize the page size @param returnA
support/cas-server-support-ldap-core/src/main/java/org/apereo/cas/util/LdapConnectionFactory.java:136
↓ 22 callersMethodgetCipherExecutor
Gets cipher executor. @return the cipher executor
support/cas-server-support-yubikey-core-mfa/src/main/java/org/apereo/cas/adaptors/yubikey/YubiKeyAccountRegistry.java:82
↓ 22 callersMethodgetCredentialsWithSameUsernameAndPassword
(final String username)
core/cas-server-core-services/src/test/java/org/apereo/cas/services/RegisteredServiceTestUtils.java:79
↓ 22 callersMethodgetFormat
Ticket validation response MUST be produced based on the parameter value. Supported values are XML and JSON. If this parameter is not set, the default
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/WebApplicationService.java:42
↓ 22 callersMethodgetHttpServletRequestFromRequestAttributes
Gets http servlet request from request attributes. @return the http servlet request from request attributes
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/http/HttpRequestUtils.java:82
↓ 22 callersMethodgetLastTimeUsed
Returns the last time the ticket was used. @return the last time the ticket was used.
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/ExpirableTicket.java:51
↓ 22 callersMethodgetModelAndView
Gets model and view. @param request the request @param isSuccess the is success @param service the service @param ownerClass the owner class @
support/cas-server-support-validation-core/src/main/java/org/apereo/cas/web/ServiceValidationViewFactory.java:160
↓ 22 callersMethodgetParserPool
Gets parser pool. @return the parser pool
support/cas-server-support-saml-core-api/src/main/java/org/apereo/cas/support/saml/OpenSamlConfigBean.java:30
↓ 22 callersMethodgetPasswordlessAuthenticationAccount
Gets passwordless authentication account. @param <T> the type parameter @param event the event @param clazz the clazz @return the passwordless auth
support/cas-server-support-passwordless-webflow/src/main/java/org/apereo/cas/web/flow/PasswordlessWebflowUtils.java:89
↓ 22 callersMethodgetPrincipalFactory
Gets principal factory. @return the principal factory
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationSystemSupport.java:37
↓ 22 callersMethodgetStartState
Gets start state. @param flow the flow @return the start state
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:106
↓ 22 callersMethodgetTrait
Gets trait. @param <T> the type parameter @param trait the trait @return the trait
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/CredentialMetadata.java:64
↓ 22 callersMethodgetYubiKeyAccountRegistry
()
support/cas-server-support-yubikey-core/src/test/java/org/apereo/cas/adaptors/yubikey/AbstractYubiKeyAccountRegistryTests.java:30
↓ 22 callersMethodloginSearchQuery
Login search and query. @param login the login @return the inwebo login search/query response
support/cas-server-support-inwebo-mfa/src/main/java/org/apereo/cas/support/inwebo/service/InweboService.java:65
↓ 22 callersMethodnewPrincipalNameTransformer
New principal name transformer. @param properties the properties @return the principal name transformer
core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/principal/PrincipalNameTransformerUtils.java:34
↓ 22 callersMethodnewRedisConnectionFactory
New redis connection factory. @param redis the redis @param casSslContext the cas ssl context @return the redis connection factory
support/cas-server-support-redis-core/src/main/java/org/apereo/cas/redis/core/RedisObjectFactory.java:96
↓ 22 callersMethodpublishEvent
Publish event. @param event the event
core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/AbstractServiceRegistry.java:37
↓ 22 callersMethodrender
Render. @param model the model @param accessToken the access token @param response the response @return the string
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/support/oauth/web/views/OAuth20UserProfileViewRenderer.java:48
↓ 22 callersMethodsetContent
(final Object value)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:75
↓ 22 callersMethodsetStartState
Sets start state. @param flow the flow @param state the state
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:269
↓ 21 callersFunctionA
support/cas-server-support-thymeleaf/src/main/resources/static/js/samlidp/idpselect.js:1148
↓ 21 callersMethodaddMultifactorAuthenticationProviderBypassEvaluator
Add bypass provider. @param bypass - the bypass provider
core/cas-server-core-authentication-mfa-api/src/main/java/org/apereo/cas/authentication/bypass/DefaultChainingMultifactorAuthenticationBypassProvider.java:110
↓ 21 callersMethodaddPolicies
(final RegisteredServiceAttributeReleasePolicy... policies)
core/cas-server-core-authentication-attributes/src/main/java/org/apereo/cas/services/ChainingAttributeReleasePolicy.java:123
↓ 21 callersMethodclean
Clean the repository to remove expired records.
support/cas-server-support-passwordless-api/src/main/java/org/apereo/cas/api/PasswordlessTokenRepository.java:73
↓ 21 callersMethodconfigure
Configure. @param object the object @return the protocol endpoint configurer @throws Exception the exception
core/cas-server-core-web-api/src/main/java/org/apereo/cas/web/CasWebSecurityConfigurer.java:47
↓ 21 callersMethodcreateToken
Create token string. @param query the query @return the string
support/cas-server-support-pm-core/src/main/java/org/apereo/cas/pm/PasswordManagementService.java:102
↓ 21 callersMethodgetFailureMode
This method will return the failure mode for the provider. @return the FailureMode
api/cas-server-core-api-mfa/src/main/java/org/apereo/cas/authentication/MultifactorAuthenticationProvider.java:82
↓ 21 callersMethodgetSingleValuedAttribute
Gets attribute. @param <T> the type parameter @param name the name @param expectedType the expected type @return the attribute
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/Authentication.java:144
↓ 21 callersMethodgetTimeout
If not time out value is specified, expire the ticket immediately. @param ticket the ticket @return timeout in milliseconds.
support/cas-server-support-memcached-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/MemcachedTicketRegistry.java:142
↓ 21 callersMethodrandomServiceUrl
()
support/cas-server-support-oauth/src/test/java/org/apereo/cas/AbstractOAuth20Tests.java:701
↓ 21 callersMethodregisterAuthenticationMetadataPopulator
Register metadata populator. @param populator the populator
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationEventExecutionPlan.java:59
↓ 21 callersMethodsetServerName
(final String host)
core/cas-server-core-util-api/src/test/java/org/apereo/cas/util/MockRequestContext.java:127
↓ 21 callersMethodtoEncodableCipher
To encodable cipher. @param configurationContext the configuration context @param tokenResult the token result @param token the acc
support/cas-server-support-oauth-core-api/src/main/java/org/apereo/cas/support/oauth/web/response/accesstoken/response/OAuth20JwtAccessTokenEncoder.java:62
↓ 20 callersMethodchange
Execute op to change 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/PasswordManagementService.java:48
↓ 20 callersMethodcreate
Create. @param holder the holder @return the oidc pushed authorization uri @throws Throwable the throwable
support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/ticket/OidcCibaRequestFactory.java:20
↓ 20 callersMethodcreateFlowMapping
Create mapping to a (subflow) state. @param targetExpression the target expression @param sourceExpression the source expression @param required
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:752
↓ 20 callersMethodextract
Extract tenant id from request. @param request the request @return the tenant id
api/cas-server-core-api-multitenancy/src/main/java/org/apereo/cas/multitenancy/TenantExtractor.java:55
↓ 20 callersMethodfindEmail
Find email associated with username. @param query the username @return the string @throws Throwable the throwable
support/cas-server-support-pm-core/src/main/java/org/apereo/cas/pm/PasswordManagementService.java:70
↓ 20 callersMethodgetAccounts
Gets accounts for all users. @return the accounts
support/cas-server-support-yubikey-core-mfa/src/main/java/org/apereo/cas/adaptors/yubikey/YubiKeyAccountRegistry.java:60
↓ 20 callersMethodgetAll
Gets all. @return the all
support/cas-server-support-oauth-uma-core/src/main/java/org/apereo/cas/uma/ticket/resource/repository/ResourceSetRepository.java:21
↓ 20 callersMethodgetAuthenticationExecutionPlan
( final Map<AuthenticationHandler, PrincipalResolver> map)
core/cas-server-core-authentication/src/test/java/org/apereo/cas/authentication/DefaultAuthenticationManagerTests.java:128
↓ 20 callersMethodgetAuthenticationManager
( final AuthenticationEventExecutionPlan authenticationExecutionPlan)
core/cas-server-core-authentication/src/test/java/org/apereo/cas/authentication/DefaultAuthenticationManagerTests.java:449
↓ 20 callersMethodgetException
Get. @return optional exception
api/cas-server-core-api-audit/src/main/java/org/apereo/cas/audit/AuditableExecutionResult.java:192
↓ 20 callersMethodgetFailures
Gets a map describing failed authentications. By definition the failures here were not sufficient to prevent authentication. @return Map of authentic
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/Authentication.java:103
↓ 20 callersMethodgetKeyspace
Gets keyspace. @return the keyspace
support/cas-server-support-redis-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/key/RedisKeyGenerator.java:84
↓ 20 callersMethodgetPeopleWithMultivaluedAttributes
Searches for {@link PersonAttributes}s that match the set of attributes provided in the query {@link Map}. Each implementation is free to define what
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/attribute/PersonAttributeDao.java:144
↓ 20 callersMethodgetScopes
Gets scopes. @return the scopes
support/cas-server-support-oauth-uma-core/src/main/java/org/apereo/cas/uma/ticket/permission/UmaPermissionTicket.java:36
↓ 20 callersMethodgetSignature
()
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/services/idp/metadata/SamlRegisteredServiceMetadataAdaptor.java:166
↓ 20 callersMethodgetUsernameAttribute
Gets username attribute. @return The username attribute to use when one is not otherwise provided, will never return null.
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/principal/attribute/UsernameAttributeProvider.java:18
↓ 20 callersMethodgetWarnings
Get a list of authentication warnings that may be considered global and applicable to the entire authentication event. @return list of authentication
api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/Authentication.java:88
↓ 20 callersMethodlocalDateTimeOf
Parse the given value as a local datetime. @param value the value @return the date/time instance
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/DateTimeUtils.java:40
↓ 20 callersMethodnewInstance
New instance of authentication trust record. @param principal the principal @param geography the geography @param fingerprint the device fingerpr
support/cas-server-support-trusted-mfa-core/src/main/java/org/apereo/cas/trusted/authentication/api/MultifactorAuthenticationTrustRecord.java:95
↓ 20 callersMethodpublishEvent
(final ApplicationEvent event)
core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/mgmt/AbstractServicesManager.java:450
↓ 20 callersMethodregisterServiceRegistry
Register service registry. @param registry the registry @return the service registry execution plan
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistryExecutionPlan.java:20
↓ 20 callersMethodresolveScriptableResource
Resolve scriptable resource executable. @param scriptResource the script resource @param keys the keys @return the executable compiled groo
api/cas-server-core-api-scripting/src/main/java/org/apereo/cas/util/scripting/ScriptResourceCacheManager.java:94
↓ 20 callersMethodsetAlgorithm
Sets algorithm. @param alg the alg
core/cas-server-core-configuration-api/src/main/java/org/apereo/cas/configuration/support/CasConfigurationJasyptCipherExecutor.java:115
↓ 20 callersMethodstoreConsentDecision
Store consent decision. @param service the service @param registeredService the registered service @param authentication the authenticat
support/cas-server-support-consent-api/src/main/java/org/apereo/cas/consent/ConsentEngine.java:37
↓ 19 callersMethodaddStrategy
Add policy/strategy. @param policy the provider
core/cas-server-core-services-api/src/main/java/org/apereo/cas/services/ChainingRegisteredServiceAccessStrategy.java:61
↓ 19 callersMethodalwaysMatch
Always true condition. @return the bean supplier
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/beans/BeanSupplier.java:92
↓ 19 callersMethodauthenticate
Verify the authentication response from Duo. @param credential signed request token @return authentication result @throws Exception if response verif
support/cas-server-support-duo-core-mfa/src/main/java/org/apereo/cas/adaptors/duo/authn/DuoSecurityAuthenticationService.java:75
↓ 19 callersMethodcanImpersonate
Checks whether a principal can authenticate as a surrogate user. @param surrogate The username of the surrogate @param principal the principal @param
support/cas-server-support-surrogate-api/src/main/java/org/apereo/cas/authentication/surrogate/SurrogateAuthenticationService.java:63
↓ 19 callersMethodcreateCollection
Create collection. @param mongoTemplate the mongo template @param collectionName the collection name @param dropCollection the drop collection
support/cas-server-support-mongo-core/src/main/java/org/apereo/cas/mongo/MongoDbConnectionFactory.java:126
↓ 19 callersMethodcreateTable
Create table. @param dynamoDbClient the dynamo db client @param dynamoDbProperties the dynamo db properties @param tableName the t
support/cas-server-support-dynamodb-core/src/main/java/org/apereo/cas/dynamodb/DynamoDbTableUtils.java:124
↓ 19 callersMethoddelete
Remove the service from the data store. @param registeredService the service to remove. @return true if it was removed, false otherwise.
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistry.java:73
↓ 19 callersMethoddeserialize
Deserialize an object. @param <T> the type parameter @param inBytes The bytes to be de-serialized @param clazz the clazz @return the object @si
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/serialization/SerializationUtils.java:86
↓ 19 callersMethodextract
Extract client name. @param context the context @return the string
support/cas-server-support-pac4j-api/src/main/java/org/apereo/cas/pac4j/client/DelegatedClientNameExtractor.java:35
↓ 19 callersMethodfindServiceByExactServiceName
Find a service by an exact match of the service name. @param name the name @return the registered service
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/ServiceRegistry.java:163
↓ 19 callersMethodfindTenant
Find tenant. @param tenantId the tenant id @return the tenant definition
api/cas-server-core-api-multitenancy/src/main/java/org/apereo/cas/multitenancy/TenantsManager.java:24
↓ 19 callersMethodfindTicketDefinition
Find the ticket definition that matches this exact class. @param ticketClass the ticket class @return the optional
api/cas-server-core-api-ticket/src/main/java/org/apereo/cas/ticket/TicketCatalog.java:71
↓ 19 callersMethodgetAccessToken
()
support/cas-server-support-oauth-api/src/main/java/org/apereo/cas/support/oauth/web/response/accesstoken/OAuth20TokenGeneratedResult.java:49
↓ 19 callersMethodgetIfPresent
(HttpServletRequest request, ByteArray key)
support/cas-server-support-webauthn-core/src/main/java/com/yubico/core/WebAuthnCache.java:18
↓ 19 callersMethodgetNativeInstance
Get strong enough SecureRandom instance and of the checked exception. @return the strong instance
api/cas-server-core-api-util/src/main/java/org/apereo/cas/util/RandomUtils.java:62
↓ 19 callersMethodgetNewTicketRegistry
()
core/cas-server-core-tickets/src/test/java/org/apereo/cas/ticket/registry/DefaultTicketRegistryTests.java:52
↓ 19 callersMethodgetOrder
()
support/cas-server-support-saml-idp-core/src/main/java/org/apereo/cas/support/saml/idp/metadata/generator/SamlIdPMetadataCustomizer.java:26
↓ 19 callersMethodgetPrincipalResolutionContextBuilder
( final StubPersonAttributeDao attributeRepository)
support/cas-server-support-person-directory-core/src/test/java/org/apereo/cas/authentication/principal/resolvers/PersonDirectoryPrincipalResolverTests.java:95
↓ 19 callersMethodgetPrivateKey
()
support/cas-server-support-saml-core-api/src/main/java/org/apereo/cas/support/saml/util/credential/BasicX509CredentialFactoryBean.java:154
↓ 19 callersMethodgetPropertyValue
Gets property value. @param service the service @return the property value
api/cas-server-core-api-services/src/main/java/org/apereo/cas/services/RegisteredServiceProperty.java:634
↓ 19 callersMethodgetRedisKeyGenerator
Gets redis key generator. @param prefix the key @return the redis key generator
support/cas-server-support-redis-ticket-registry/src/main/java/org/apereo/cas/ticket/registry/key/RedisKeyGeneratorFactory.java:24
↓ 19 callersMethodgetRepository
()
support/cas-server-support-consent-core/src/test/java/org/apereo/cas/consent/BaseConsentRepositoryTests.java:65
↓ 19 callersMethodgetScriptResourceCacheManager
Gets script resource cache manager. @return the script resource cache manager
core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/spring/ApplicationContextProvider.java:124
↓ 19 callersMethodgetService
(final String id)
core/cas-server-core-authentication-mfa-api/src/test/java/org/apereo/cas/authentication/mfa/MultifactorAuthenticationTestUtils.java:38
↓ 19 callersMethodgetSql
()
support/cas-server-support-configuration-cloud-jdbc/src/main/java/org/apereo/cas/config/CasJdbcCloudConfigBootstrapAutoConfiguration.java:69
↓ 19 callersMethodgetTransitionableState
Gets transitionable state. @param <T> the type parameter @param flow the flow @param stateId the state id @param clazz the clazz @return the
api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConfigurer.java:764
↓ 19 callersMethodgrantServiceTicket
(final Service service, final TicketTrackingPolicy trackingPolicy)
core/cas-server-core-tickets/src/test/java/org/apereo/cas/mock/MockTicketGrantingTicket.java:126
↓ 19 callersFunctionh
(a,b)
support/cas-server-support-thymeleaf/src/main/resources/static/js/inwebo/client.js:1
↓ 19 callersMethodleft
(final L value)
support/cas-server-support-webauthn-core/src/main/java/com/yubico/util/Either.java:51
↓ 19 callersMethodnewRedisTemplate
New redis template. @param <K> the type parameter @param <V> the type parameter @param connectionFactory the connection f
support/cas-server-support-redis-core/src/main/java/org/apereo/cas/redis/core/RedisObjectFactory.java:58
↓ 19 callersMethodnewSamlObject
(final Class<T> objectType)
support/cas-server-support-saml-core-api/src/main/java/org/apereo/cas/support/saml/util/AbstractSaml20ObjectBuilder.java:357
↓ 19 callersFunctiono
()
support/cas-server-support-thymeleaf/src/main/resources/static/js/inwebo/client.js:1
← previousnext →601–700 of 22,235, ranked by callers