A C D E G H I J L M S _ 

A

authenticate(String, String) - Method in class hudson.plugins.mysql.MySQLSecurityRealm
Authenticates the specified user using the password against the stored database configuration.

C

Cipher - Class in hudson.plugins.mysql.crypt
This class produces an encrypted string based upon the selected cipher or digest method.
Cipher(String) - Constructor for class hudson.plugins.mysql.crypt.Cipher
 
Cipher(String, String) - Constructor for class hudson.plugins.mysql.crypt.Cipher
 
CRYPT - Static variable in class hudson.plugins.mysql.crypt.Cipher
 
crypt(String, String) - Static method in class hudson.plugins.mysql.crypt.JCrypt
Encrypts the provided plaintext password using the UNIX password hashing algorithm.

D

DisplayName() - Static method in class hudson.plugins.mysql.Messages
MySQL

E

encode(String) - Method in class hudson.plugins.mysql.crypt.Cipher
 
EncryptionException - Exception in hudson.plugins.mysql.crypt
 
EncryptionException() - Constructor for exception hudson.plugins.mysql.crypt.EncryptionException
 

G

getAuthorities() - Method in class hudson.plugins.mysql.MySQLUserDetail
 
getDisplayName() - Method in class hudson.plugins.mysql.MySQLSecurityRealm.DescriptorImpl
 
getEncryption() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getHelpFile() - Method in class hudson.plugins.mysql.MySQLSecurityRealm.DescriptorImpl
 
getMyCondition() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyDatabase() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyDataTable() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyPassField() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyPassword() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyPort() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyServer() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyUserField() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getMyUsername() - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
getPassword() - Method in class hudson.plugins.mysql.MySQLUserDetail
 
getUsername() - Method in class hudson.plugins.mysql.MySQLUserDetail
 

H

hudson.plugins.mysql - package hudson.plugins.mysql
 
hudson.plugins.mysql.crypt - package hudson.plugins.mysql.crypt
 

I

install() - Static method in class hudson.plugins.mysql.MySQLSecurityRealm
 
isAccountNonExpired() - Method in class hudson.plugins.mysql.MySQLUserDetail
 
isAccountNonLocked() - Method in class hudson.plugins.mysql.MySQLUserDetail
 
isCredentialsNonExpired() - Method in class hudson.plugins.mysql.MySQLUserDetail
 
isEnabled() - Method in class hudson.plugins.mysql.MySQLUserDetail
 

J

JCrypt - Class in hudson.plugins.mysql.crypt
JCrypt.java Java-based implementation of the unix crypt command Based upon C source code written by Eric Young, eay@psych.uq.oz.au

L

loadGroupByGroupname(String) - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 
loadUserByUsername(String) - Method in class hudson.plugins.mysql.MySQLSecurityRealm
 

M

MD5 - Static variable in class hudson.plugins.mysql.crypt.Cipher
Digest algorithm names from the Java Cruptography Architecture Standard Algorithm Name Documentation found at the following address: http://java.sun.com/javase/6/docs/technotes/guides/security/StandardNames.html
Messages - Class in hudson.plugins.mysql
 
Messages() - Constructor for class hudson.plugins.mysql.Messages
 
MySQLAuthenticationException - Exception in hudson.plugins.mysql
Signals a failed authentication attempt to the external database.
MySQLAuthenticationException(String, Throwable) - Constructor for exception hudson.plugins.mysql.MySQLAuthenticationException
Standard constructor
MySQLAuthenticationException(String) - Constructor for exception hudson.plugins.mysql.MySQLAuthenticationException
Standard constructor
MySQLSecurityRealm - Class in hudson.plugins.mysql
Implementation of the AbstractPasswordBasedSecurityRealm that uses a MySQL database as the source of authentication information.
MySQLSecurityRealm(String, String, String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.mysql.MySQLSecurityRealm
 
MySQLSecurityRealm.DescriptorImpl - Class in hudson.plugins.mysql
 
MySQLSecurityRealm.DescriptorImpl() - Constructor for class hudson.plugins.mysql.MySQLSecurityRealm.DescriptorImpl
 
MySQLUserDetail - Class in hudson.plugins.mysql
 
MySQLUserDetail(String, String, boolean, boolean, boolean, boolean, GrantedAuthority[]) - Constructor for class hudson.plugins.mysql.MySQLUserDetail
 

S

SHA1 - Static variable in class hudson.plugins.mysql.crypt.Cipher
 
SHA256 - Static variable in class hudson.plugins.mysql.crypt.Cipher
 
SHA384 - Static variable in class hudson.plugins.mysql.crypt.Cipher
 
SHA512 - Static variable in class hudson.plugins.mysql.crypt.Cipher
 

_

_DisplayName() - Static method in class hudson.plugins.mysql.Messages
MySQL
A C D E G H I J L M S _ 

Copyright © 2004-2014 Hudson. All Rights Reserved.