|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credentials | |
---|---|
railo.commons.security | |
railo.runtime.schedule |
Uses of Credentials in railo.commons.security |
---|
Classes in railo.commons.security that implement Credentials | |
---|---|
class |
CredentialsImpl
|
Methods in railo.commons.security that return Credentials | |
---|---|
static Credentials |
CredentialsImpl.toCredentials(String username,
String password)
|
Uses of Credentials in railo.runtime.schedule |
---|
Methods in railo.runtime.schedule that return Credentials | |
---|---|
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 |
Methods in railo.runtime.schedule with parameters of type Credentials | |
---|---|
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 |
Constructors in railo.runtime.schedule with parameters of type Credentials | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |