Serialized Form
-
Package com.winchesters.devopsify.auth
-
Class com.winchesters.devopsify.auth.ApplicationUser
class ApplicationUser extends Object implements Serializable-
Serialized Fields
-
grantedAuthorities
Collection<? extends org.springframework.security.core.GrantedAuthority> grantedAuthorities
-
isAccountNonExpired
boolean isAccountNonExpired
-
isAccountNonLocked
boolean isAccountNonLocked
-
isCredentialsNonExpired
boolean isCredentialsNonExpired
-
isEnabled
boolean isEnabled
-
password
String password
-
username
String username
-
-
-
-
Package com.winchesters.devopsify.exception
-
Exception com.winchesters.devopsify.exception.GeneralException
class GeneralException extends RuntimeException implements Serializable -
Exception com.winchesters.devopsify.exception.UserCredentialsNotFoundException
class UserCredentialsNotFoundException extends GeneralException implements Serializable
-
-
Package com.winchesters.devopsify.exception.git
-
Exception com.winchesters.devopsify.exception.git.GitAPIException
class GitAPIException extends GitException implements Serializable -
Exception com.winchesters.devopsify.exception.git.GitException
class GitException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.git.GitInternalException
class GitInternalException extends GitException implements Serializable -
Exception com.winchesters.devopsify.exception.git.GitNotInstalledException
class GitNotInstalledException extends GitException implements Serializable
-
-
Package com.winchesters.devopsify.exception.github
-
Exception com.winchesters.devopsify.exception.github.GithubException
class GithubException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.github.GithubNotContainingLoginException
class GithubNotContainingLoginException extends GithubException implements Serializable -
Exception com.winchesters.devopsify.exception.github.GithubRepositoryBranchNotFoundException
class GithubRepositoryBranchNotFoundException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.github.GithubRepositoryNotFoundException
class GithubRepositoryNotFoundException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.github.PersonalAccessTokenPermissionException
class PersonalAccessTokenPermissionException extends GeneralException implements Serializable
-
-
Package com.winchesters.devopsify.exception.jenkins
-
Exception com.winchesters.devopsify.exception.jenkins.JenkinsException
class JenkinsException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.jenkins.JenkinsServerException
class JenkinsServerException extends JenkinsException implements Serializable
-
-
Package com.winchesters.devopsify.exception.jwt
-
Exception com.winchesters.devopsify.exception.jwt.JwtTokenNotValidException
class JwtTokenNotValidException extends GeneralException implements Serializable
-
-
Package com.winchesters.devopsify.exception.project
-
Exception com.winchesters.devopsify.exception.project.ProjectNotFoundException
class ProjectNotFoundException extends GeneralException implements Serializable
-
-
Package com.winchesters.devopsify.exception.user
-
Exception com.winchesters.devopsify.exception.user.InvalidEmailException
class InvalidEmailException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.user.InvalidUsernameException
class InvalidUsernameException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.user.UserNotAuthenticatedException
class UserNotAuthenticatedException extends GeneralException implements Serializable -
Exception com.winchesters.devopsify.exception.user.UserNotFoundException
class UserNotFoundException extends GeneralException implements Serializable
-