Package | Description |
---|---|
lucee.commons.security | |
lucee.runtime.schedule |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsImpl |
Modifier and Type | Method and Description |
---|---|
static Credentials |
CredentialsImpl.toCredentials(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
Credentials |
ScheduleTaskImpl.getCredentials() |
Credentials |
ScheduleTask.getCredentials() |
Credentials |
StorageUtil.toCredentials(Element el,
String attributeUser,
String attributePassword)
reads 2 XML Element Attribute ans cast it to a Credential
|
Credentials |
StorageUtil.toCredentials(Element el,
String attributeUser,
String attributePassword,
Credentials defaultCredentials)
reads 2 XML Element Attribute ans cast it to a Credential
|
Modifier and Type | Method and Description |
---|---|
void |
StorageUtil.setCredentials(Element el,
String username,
String password,
Credentials c)
sets a Credentials to a XML Element
|
Credentials |
StorageUtil.toCredentials(Element el,
String attributeUser,
String attributePassword,
Credentials defaultCredentials)
reads 2 XML Element Attribute ans cast it to a Credential
|
Constructor and Description |
---|
ScheduleTaskImpl(String task,
Resource file,
Date startDate,
Time startTime,
Date endDate,
Time endTime,
String url,
int port,
String interval,
long timeout,
Credentials credentials,
ProxyData proxy,
boolean resolveURL,
boolean publish,
boolean hidden,
boolean readonly,
boolean paused,
boolean autoDelete)
constructor of the class
|
Copyright © 2015 Lucee