Uses of Interface
com.redwood.scheduler.api.model.LDAPProfile
-
Packages that use LDAPProfile Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of LDAPProfile in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type LDAPProfile Modifier and Type Field Description static QueryObjectType<LDAPProfile>
LDAPProfile. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return LDAPProfile Modifier and Type Method Description LDAPProfile
SchedulerSession. createLDAPProfile()
Return a new instance of LDAPProfile.LDAPProfile
SchedulerSession. getLDAPProfileByConnectionURL(String connectionURL)
Get theLDAPProfile
by ConnectionURL.LDAPProfile
SchedulerSession. getLDAPProfileByLDAPServerType(LDAPServerType lDAPServerType)
Get theLDAPProfile
by LDAPServerType.LDAPProfile
SchedulerSession. getLDAPProfileByProfileId(String profileName, String connectionURL)
Get theLDAPProfile
by ProfileId.LDAPProfile
SchedulerSession. getLDAPProfileByProfileName(String profileName)
Get theLDAPProfile
by ProfileName.LDAPProfile
SchedulerSession. getLDAPProfileByUniqueId(Long uniqueId)
Get theLDAPProfile
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type LDAPProfile Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(LDAPProfile theLDAPProfile)
void
ConcreteObjectCallback. handle(LDAPProfile theLDAPProfile)
-