public interface JdbcUserService extends NamedDocumentable
The following features are supported:
OsgiPackage.getJdbcUserService()
Modifier and Type | Method and Description |
---|---|
String |
getFindRolesForUserSql()
Returns the value of the 'Find Roles For User Sql' attribute.
|
String |
getFindUserSql()
Returns the value of the 'Find User Sql' attribute.
|
String |
getJdbcDriver()
Returns the value of the 'Jdbc Driver' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getJdbcPropeties()
Returns the value of the 'Jdbc Propeties' containment reference list.
|
String |
getPasswordColumnName()
Returns the value of the 'Password Column Name' attribute.
|
PasswordType |
getPasswordType()
Returns the value of the 'Password Type' attribute.
|
String |
getUpdatePasswordSql()
Returns the value of the 'Update Password Sql' attribute.
|
String |
getUserIdColumnName()
Returns the value of the 'User Id Column Name' attribute.
|
boolean |
isAuthorative()
Returns the value of the 'Authorative' attribute.
|
void |
setAuthorative(boolean value)
Sets the value of the '
Authorative ' attribute. |
void |
setFindRolesForUserSql(String value)
Sets the value of the '
Find Roles For User Sql ' attribute. |
void |
setFindUserSql(String value)
Sets the value of the '
Find User Sql ' attribute. |
void |
setJdbcDriver(String value)
Sets the value of the '
Jdbc Driver ' attribute. |
void |
setPasswordColumnName(String value)
Sets the value of the '
Password Column Name ' attribute. |
void |
setPasswordType(PasswordType value)
Sets the value of the '
Password Type ' attribute. |
void |
setUpdatePasswordSql(String value)
Sets the value of the '
Update Password Sql ' attribute. |
void |
setUserIdColumnName(String value)
Sets the value of the '
User Id Column Name ' attribute. |
getName, setName
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<PropertyEntry> getJdbcPropeties()
PropertyEntry
.
If the meaning of the 'Jdbc Propeties' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getJdbcUserService_JdbcPropeties()
String getJdbcDriver()
If the meaning of the 'Jdbc Driver' attribute isn't clear, there really should be more of a description here...
setJdbcDriver(String)
,
OsgiPackage.getJdbcUserService_JdbcDriver()
void setJdbcDriver(String value)
Jdbc Driver
' attribute.
value
- the new value of the 'Jdbc Driver' attribute.getJdbcDriver()
boolean isAuthorative()
"true"
.
If the meaning of the 'Authorative' attribute isn't clear, there really should be more of a description here...
setAuthorative(boolean)
,
OsgiPackage.getJdbcUserService_Authorative()
void setAuthorative(boolean value)
Authorative
' attribute.
value
- the new value of the 'Authorative' attribute.isAuthorative()
String getFindUserSql()
setFindUserSql(String)
,
OsgiPackage.getJdbcUserService_FindUserSql()
void setFindUserSql(String value)
Find User Sql
' attribute.
value
- the new value of the 'Find User Sql' attribute.getFindUserSql()
String getFindRolesForUserSql()
setFindRolesForUserSql(String)
,
OsgiPackage.getJdbcUserService_FindRolesForUserSql()
void setFindRolesForUserSql(String value)
Find Roles For User Sql
' attribute.
value
- the new value of the 'Find Roles For User Sql' attribute.getFindRolesForUserSql()
String getUpdatePasswordSql()
setUpdatePasswordSql(String)
,
OsgiPackage.getJdbcUserService_UpdatePasswordSql()
void setUpdatePasswordSql(String value)
Update Password Sql
' attribute.
value
- the new value of the 'Update Password Sql' attribute.getUpdatePasswordSql()
String getUserIdColumnName()
setUserIdColumnName(String)
,
OsgiPackage.getJdbcUserService_UserIdColumnName()
void setUserIdColumnName(String value)
User Id Column Name
' attribute.
value
- the new value of the 'User Id Column Name' attribute.getUserIdColumnName()
String getPasswordColumnName()
"password"
.
The name of the password column.
setPasswordColumnName(String)
,
OsgiPackage.getJdbcUserService_PasswordColumnName()
void setPasswordColumnName(String value)
Password Column Name
' attribute.
value
- the new value of the 'Password Column Name' attribute.getPasswordColumnName()
PasswordType getPasswordType()
PasswordType
.
If the meaning of the 'Password Type' attribute isn't clear, there really should be more of a description here...
PasswordType
,
setPasswordType(PasswordType)
,
OsgiPackage.getJdbcUserService_PasswordType()
void setPasswordType(PasswordType value)
Password Type
' attribute.
value
- the new value of the 'Password Type' attribute.PasswordType
,
getPasswordType()