All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download oauth-server JAR 1.35.0 with all dependencies


Files of the artifact oauth-server version 1.35.0 from the group com.bq.corbel.

Artifact oauth-server
Group com.bq.corbel
Version 1.35.0
Last update 07. September 2016
Tags: platform corbel
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies ws, token, cli, events, oauth-filter-api, mongodb, dropwizard-core, dropwizard-auth, spring-data-mongodb, spring-security-oauth2,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of oauth-server Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of oauth-server version 1.35.0

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.buildmetadata.xml
META-INF.maven.com.bq.corbel.oauth-server
META-INF.maven.com.bq.corbel.oauth-server.META-INF.maven.com.bq.corbel.oauth-server.pom.properties
META-INF.maven.com.bq.corbel.oauth-server.META-INF.maven.com.bq.corbel.oauth-server.pom.xml
META-INF
META-INF.META-INF.oauth-server-build.properties
com.bq.corbel.oauth
com.bq.corbel.oauth.com.bq.corbel.oauth.OauthConsoleRunner
com.bq.corbel.oauth.com.bq.corbel.oauth.OauthRunner
com.bq.corbel.oauth.api
com.bq.corbel.oauth.api.com.bq.corbel.oauth.api.ApiVersion
com.bq.corbel.oauth.api.com.bq.corbel.oauth.api.AuthorizeResource
com.bq.corbel.oauth.api.com.bq.corbel.oauth.api.SignoutResource
com.bq.corbel.oauth.api.com.bq.corbel.oauth.api.TokenResource
com.bq.corbel.oauth.api.com.bq.corbel.oauth.api.UserResource
com.bq.corbel.oauth.api.com.bq.corbel.oauth.api.UsernameResource
com.bq.corbel.oauth.api.auth
com.bq.corbel.oauth.api.auth.com.bq.corbel.oauth.api.auth.ClientCredentialsAuthenticator
com.bq.corbel.oauth.api.auth.com.bq.corbel.oauth.api.auth.TokenAuthenticator
com.bq.corbel.oauth.cli.dsl
com.bq.corbel.oauth.cli.dsl.com.bq.corbel.oauth.cli.dsl.OauthShell.groovy
com.bq.corbel.oauth.cli.dsl.com.bq.corbel.oauth.cli.dsl.OauthShell
com.bq.corbel.oauth.filter
com.bq.corbel.oauth.filter.com.bq.corbel.oauth.filter.AuthFilterRegistrar
com.bq.corbel.oauth.filter.com.bq.corbel.oauth.filter.InMemoryFilterRegistry
com.bq.corbel.oauth.ioc
com.bq.corbel.oauth.ioc.com.bq.corbel.oauth.ioc.OauthIoc
com.bq.corbel.oauth.ioc.com.bq.corbel.oauth.ioc.OauthMongoIoc
com.bq.corbel.oauth.ioc.com.bq.corbel.oauth.ioc.TokenVerifiersIoc
com.bq.corbel.oauth.mail
com.bq.corbel.oauth.mail.com.bq.corbel.oauth.mail.EmailValidationConfiguration
com.bq.corbel.oauth.mail.com.bq.corbel.oauth.mail.NotificationConfiguration
com.bq.corbel.oauth.model
com.bq.corbel.oauth.model.com.bq.corbel.oauth.model.Client
com.bq.corbel.oauth.model.com.bq.corbel.oauth.model.ResponseType
com.bq.corbel.oauth.model.com.bq.corbel.oauth.model.Role
com.bq.corbel.oauth.model.com.bq.corbel.oauth.model.User
com.bq.corbel.oauth.repository
com.bq.corbel.oauth.repository.com.bq.corbel.oauth.repository.ClientRepository
com.bq.corbel.oauth.repository.com.bq.corbel.oauth.repository.CreateUserException
com.bq.corbel.oauth.repository.com.bq.corbel.oauth.repository.MongoIndexes
com.bq.corbel.oauth.repository.com.bq.corbel.oauth.repository.UserRepository
com.bq.corbel.oauth.repository.com.bq.corbel.oauth.repository.UserRepositoryCustom
com.bq.corbel.oauth.repository.com.bq.corbel.oauth.repository.UserRepositoryImpl
com.bq.corbel.oauth.repository.decorator
com.bq.corbel.oauth.repository.decorator.com.bq.corbel.oauth.repository.decorator.LowerCaseDecorator
com.bq.corbel.oauth.repository.decorator.com.bq.corbel.oauth.repository.decorator.UserRepositoryDecorator
com.bq.corbel.oauth.service
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.ClientService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.DefaultClientService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.DefaultMailChangePasswordService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.DefaultMailResetPasswordService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.DefaultMailValidationService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.DefaultSendNotificationService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.DefaultUserService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.MailChangePasswordService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.MailResetPasswordService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.MailValidationService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.SendNotificationService
com.bq.corbel.oauth.service.com.bq.corbel.oauth.service.UserService
com.bq.corbel.oauth.session
com.bq.corbel.oauth.session.com.bq.corbel.oauth.session.DefaultSessionBuilder
com.bq.corbel.oauth.session.com.bq.corbel.oauth.session.DefaultSessionCookieFactory
com.bq.corbel.oauth.session.com.bq.corbel.oauth.session.SessionBuilder
com.bq.corbel.oauth.session.com.bq.corbel.oauth.session.SessionCookieFactory
com.bq.corbel.oauth.token
com.bq.corbel.oauth.token.com.bq.corbel.oauth.token.TokenExpireTime
com.bq.corbel.oauth.token.verifier
com.bq.corbel.oauth.token.verifier.com.bq.corbel.oauth.token.verifier.UserExistsTokenVerifier
groovy-stubs.main.com.bq.corbel.oauth.cli.dsl
groovy-stubs.main.com.bq.corbel.oauth.cli.dsl.groovy-stubs.main.com.bq.corbel.oauth.cli.dsl.OauthShell
oauth-server
oauth-server.oauth-server.defaults.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy