Uses of Class
io.streamthoughts.azkarra.http.security.auth.PasswordCredentials
-
Packages that use PasswordCredentials Package Description io.streamthoughts.azkarra.http.security.auth -
-
Uses of PasswordCredentials in io.streamthoughts.azkarra.http.security.auth
Subclasses of PasswordCredentials in io.streamthoughts.azkarra.http.security.auth Modifier and Type Class Description class
DigestPasswordCredentials
class
PlainPasswordCredentials
Representation of a plain text user password.Methods in io.streamthoughts.azkarra.http.security.auth that return PasswordCredentials Modifier and Type Method Description PasswordCredentials
UserDetails. credentials()
static PasswordCredentials
PasswordCredentials. get(String password)
Constructors in io.streamthoughts.azkarra.http.security.auth with parameters of type PasswordCredentials Constructor Description JAASAuthentication(Principal principal, PasswordCredentials credential)
Creates a newUsernamePasswordAuthentication
instance.JAASAuthentication(Principal principal, PasswordCredentials credential, LoginContext loginContext)
Creates a newUsernamePasswordAuthentication
instance.UserDetails(String name, PasswordCredentials credentials, Collection<GrantedAuthority> authorities)
Creates a newUserDetails
instance.UsernamePasswordAuthentication(Principal principal, PasswordCredentials credential)
Creates a newUsernamePasswordAuthentication
instance.
-