A C D E F G H I L M R S T U V 
All Classes All Packages

S

save(Role) - Method in interface com.wilfredmorgan.api.services.RoleService
Given a complete role object, saves that role object in the database If a primary key is provided, the record is completely replaced If no primary key is provided, one is automatically generated and the record is added to the database
save(Role) - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
 
save(User) - Method in interface com.wilfredmorgan.api.services.UserService
Given a complete user object, saves that user object in the database If a primary key is provided, the record is completely replaced If no primary key is provided, one is automatically generated and the record is added to the database
save(User) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
 
SecurityConfig - Class in com.wilfredmorgan.api.config
This class allows us to set standard security protocols to be used throughout the application, such as password encoding, location of token store, our implementation of users, among others
SecurityConfig() - Constructor for class com.wilfredmorgan.api.config.SecurityConfig
 
SecurityUserServiceImpl - Class in com.wilfredmorgan.api.services
This implements User Details Service that allows us to authenticate a user.
SecurityUserServiceImpl() - Constructor for class com.wilfredmorgan.api.services.SecurityUserServiceImpl
 
setCode(String) - Method in class com.wilfredmorgan.api.models.ValidationError
 
setDetail(String) - Method in class com.wilfredmorgan.api.models.ErrorDetail
 
setDeveloperMessage(String) - Method in class com.wilfredmorgan.api.models.ErrorDetail
 
setErrors(List<ValidationError>) - Method in class com.wilfredmorgan.api.models.ErrorDetail
 
setFirstname(String) - Method in class com.wilfredmorgan.api.models.User
Setter for first name
setLastname(String) - Method in class com.wilfredmorgan.api.models.User
Setter for last name
setMessage(String) - Method in class com.wilfredmorgan.api.models.ValidationError
 
setName(String) - Method in class com.wilfredmorgan.api.models.Role
Setter for role name
setPassword(String) - Method in class com.wilfredmorgan.api.models.User
Setter for password
setPasswordNoEncrypt(String) - Method in class com.wilfredmorgan.api.models.User
Setter for password to be used internally, after the password has been encrypted
setPrimaryemail(String) - Method in class com.wilfredmorgan.api.models.User
setter for primary email
setRole(long) - Method in class com.wilfredmorgan.api.models.UserRolesId
The setter for the role id
setRole(Role) - Method in class com.wilfredmorgan.api.models.UserRoles
Setter for role
setRoleid(long) - Method in class com.wilfredmorgan.api.models.Role
Setter for role id, used for seeding data
setRoles(Set<UserRoles>) - Method in class com.wilfredmorgan.api.models.User
Setter for user role combinations
setStatus(int) - Method in class com.wilfredmorgan.api.models.ErrorDetail
 
setTimestamp(Date) - Method in class com.wilfredmorgan.api.models.ErrorDetail
 
setTitle(String) - Method in class com.wilfredmorgan.api.models.ErrorDetail
 
setUser(long) - Method in class com.wilfredmorgan.api.models.UserRolesId
Setter for the user id
setUser(User) - Method in class com.wilfredmorgan.api.models.UserRoles
Setter for user
setUserid(long) - Method in class com.wilfredmorgan.api.models.User
Setter for userid.
setUsername(String) - Method in class com.wilfredmorgan.api.models.User
setter for username
setUsers(Set<UserRoles>) - Method in class com.wilfredmorgan.api.models.Role
Setter for user role combinations
SimpleCorsFilter - Class in com.wilfredmorgan.api.config
 
SimpleCorsFilter() - Constructor for class com.wilfredmorgan.api.config.SimpleCorsFilter
 
Swagger2Config - Class in com.wilfredmorgan.api.config
Configures the default Swagger Documentation
Swagger2Config() - Constructor for class com.wilfredmorgan.api.config.Swagger2Config
 
SwaggerWebMVC - Class in com.wilfredmorgan.api.config
The application turns off any automatic web page generate done by Spring.
SwaggerWebMVC() - Constructor for class com.wilfredmorgan.api.config.SwaggerWebMVC
 
A C D E F G H I L M R S T U V 
All Classes All Packages