Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class AuthenticationLogFetcherDsl(fetcher: Fetcher<AuthenticationLog> = emptyAuthenticationLogFetcher)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OauthAuthorizationConsentFetcherDsl(fetcher: Fetcher<OauthAuthorizationConsent> = emptyOauthAuthorizationConsentFetcher)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OauthAuthorizationConsentIdFetcherDsl(fetcher: Fetcher<OauthAuthorizationConsentId> = emptyOauthAuthorizationConsentIdFetcher)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OauthAuthorizationFetcherDsl(fetcher: Fetcher<OauthAuthorization> = emptyOauthAuthorizationFetcher)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OauthRegisteredClientFetcherDsl(fetcher: Fetcher<OauthRegisteredClient> = emptyOauthRegisteredClientFetcher)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val KNonNullProps<OauthAuthorizationConsent>.id: KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>
val KNullableProps<OauthAuthorizationConsent>.id: KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>
val KRemoteRef.NonNull<OauthAuthorizationConsent>.id: KNonNullPropExpression<OauthAuthorizationConsentId>
val KRemoteRef.Nullable<OauthAuthorizationConsent>.id: KNullablePropExpression<OauthAuthorizationConsentId>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>.principalName: KNonNullPropExpression<String>
val KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>.principalName: KNullablePropExpression<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>.registeredClientId: KNonNullPropExpression<String>
val KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>.registeredClientId: KNullablePropExpression<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val KProps<OauthRegisteredClient>.tokenEndpointAuthenticationSigningAlgorithm: KNullablePropExpression<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val KProps<OauthRegisteredClient>.x509CertificateBoundAccessTokens: KNullablePropExpression<Boolean>
Link copied to clipboard
Functions
Link copied to clipboard
fun MutableList<AuthenticationLogDraft>.addBy(base: AuthenticationLog?, resolveImmediately: Boolean = false): MutableList<AuthenticationLogDraft>
fun MutableList<AuthenticationLogDraft>.addBy(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): MutableList<AuthenticationLogDraft>
fun MutableList<MenuDraft>.addBy(base: Menu?, resolveImmediately: Boolean = false): MutableList<MenuDraft>
fun MutableList<MenuDraft>.addBy(resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): MutableList<MenuDraft>
fun MutableList<OauthAuthorizationConsentDraft>.addBy(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false): MutableList<OauthAuthorizationConsentDraft>
fun MutableList<OauthAuthorizationConsentDraft>.addBy(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): MutableList<OauthAuthorizationConsentDraft>
fun MutableList<OauthAuthorizationConsentIdDraft>.addBy(base: OauthAuthorizationConsentId?, resolveImmediately: Boolean = false): MutableList<OauthAuthorizationConsentIdDraft>
fun MutableList<OauthAuthorizationConsentIdDraft>.addBy(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): MutableList<OauthAuthorizationConsentIdDraft>
fun MutableList<OauthAuthorizationDraft>.addBy(base: OauthAuthorization?, resolveImmediately: Boolean = false): MutableList<OauthAuthorizationDraft>
fun MutableList<OauthAuthorizationDraft>.addBy(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): MutableList<OauthAuthorizationDraft>
fun MutableList<OauthRegisteredClientDraft>.addBy(base: OauthRegisteredClient?, resolveImmediately: Boolean = false): MutableList<OauthRegisteredClientDraft>
fun MutableList<OauthRegisteredClientDraft>.addBy(resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): MutableList<OauthRegisteredClientDraft>
fun MutableList<RoleDraft>.addBy(base: Role?, resolveImmediately: Boolean = false): MutableList<RoleDraft>
fun MutableList<RoleDraft>.addBy(resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): MutableList<RoleDraft>
fun MutableList<UserDraft>.addBy(base: User?, resolveImmediately: Boolean = false): MutableList<UserDraft>
fun MutableList<UserDraft>.addBy(resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): MutableList<UserDraft>
fun MutableList<AuthenticationLogDraft>.addBy(base: AuthenticationLog?, resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): MutableList<AuthenticationLogDraft>
fun MutableList<MenuDraft>.addBy(base: Menu?, resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): MutableList<MenuDraft>
fun MutableList<OauthAuthorizationConsentDraft>.addBy(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): MutableList<OauthAuthorizationConsentDraft>
fun MutableList<OauthAuthorizationConsentIdDraft>.addBy(base: OauthAuthorizationConsentId?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): MutableList<OauthAuthorizationConsentIdDraft>
fun MutableList<OauthAuthorizationDraft>.addBy(base: OauthAuthorization?, resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): MutableList<OauthAuthorizationDraft>
fun MutableList<OauthRegisteredClientDraft>.addBy(base: OauthRegisteredClient?, resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): MutableList<OauthRegisteredClientDraft>
fun MutableList<RoleDraft>.addBy(base: Role?, resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): MutableList<RoleDraft>
fun MutableList<UserDraft>.addBy(base: User?, resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): MutableList<UserDraft>
Link copied to clipboard
fun AuthenticationLog(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
fun AuthenticationLog(base: AuthenticationLog?, resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
Link copied to clipboard
fun FetcherCreator<AuthenticationLog>.by(block: AuthenticationLogFetcherDsl.() -> Unit): Fetcher<AuthenticationLog>
fun FetcherCreator<OauthAuthorizationConsentId>.by(block: OauthAuthorizationConsentIdFetcherDsl.() -> Unit): Fetcher<OauthAuthorizationConsentId>
fun FetcherCreator<OauthAuthorizationConsent>.by(block: OauthAuthorizationConsentFetcherDsl.() -> Unit): Fetcher<OauthAuthorizationConsent>
fun FetcherCreator<OauthAuthorization>.by(block: OauthAuthorizationFetcherDsl.() -> Unit): Fetcher<OauthAuthorization>
fun FetcherCreator<OauthRegisteredClient>.by(block: OauthRegisteredClientFetcherDsl.() -> Unit): Fetcher<OauthRegisteredClient>
fun ImmutableCreator<AuthenticationLog>.by(base: AuthenticationLog?, resolveImmediately: Boolean = false): AuthenticationLog
fun ImmutableCreator<AuthenticationLog>.by(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
fun ImmutableCreator<Menu>.by(resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
fun ImmutableCreator<OauthAuthorizationConsentId>.by(base: OauthAuthorizationConsentId?, resolveImmediately: Boolean = false): OauthAuthorizationConsentId
fun ImmutableCreator<OauthAuthorizationConsentId>.by(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): OauthAuthorizationConsentId
fun ImmutableCreator<OauthAuthorizationConsent>.by(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false): OauthAuthorizationConsent
fun ImmutableCreator<OauthAuthorizationConsent>.by(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
fun ImmutableCreator<OauthAuthorization>.by(base: OauthAuthorization?, resolveImmediately: Boolean = false): OauthAuthorization
fun ImmutableCreator<OauthAuthorization>.by(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
fun ImmutableCreator<OauthRegisteredClient>.by(base: OauthRegisteredClient?, resolveImmediately: Boolean = false): OauthRegisteredClient
fun ImmutableCreator<OauthRegisteredClient>.by(resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
fun ImmutableCreator<Role>.by(resolveImmediately: Boolean = false, block: RoleDraft.() -> Unit): Role
fun ImmutableCreator<User>.by(resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User
fun FetcherCreator<AuthenticationLog>.by(base: Fetcher<AuthenticationLog>?, block: AuthenticationLogFetcherDsl.() -> Unit): Fetcher<AuthenticationLog>
fun FetcherCreator<OauthAuthorizationConsentId>.by(base: Fetcher<OauthAuthorizationConsentId>?, block: OauthAuthorizationConsentIdFetcherDsl.() -> Unit): Fetcher<OauthAuthorizationConsentId>
fun FetcherCreator<OauthAuthorizationConsent>.by(base: Fetcher<OauthAuthorizationConsent>?, block: OauthAuthorizationConsentFetcherDsl.() -> Unit): Fetcher<OauthAuthorizationConsent>
fun FetcherCreator<OauthAuthorization>.by(base: Fetcher<OauthAuthorization>?, block: OauthAuthorizationFetcherDsl.() -> Unit): Fetcher<OauthAuthorization>
fun FetcherCreator<OauthRegisteredClient>.by(base: Fetcher<OauthRegisteredClient>?, block: OauthRegisteredClientFetcherDsl.() -> Unit): Fetcher<OauthRegisteredClient>
fun ImmutableCreator<AuthenticationLog>.by(base: AuthenticationLog?, resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
fun ImmutableCreator<Menu>.by(base: Menu?, resolveImmediately: Boolean = false, block: MenuDraft.() -> Unit): Menu
fun ImmutableCreator<OauthAuthorizationConsentId>.by(base: OauthAuthorizationConsentId?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): OauthAuthorizationConsentId
fun ImmutableCreator<OauthAuthorizationConsent>.by(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
fun ImmutableCreator<OauthAuthorization>.by(base: OauthAuthorization?, resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
fun ImmutableCreator<OauthRegisteredClient>.by(base: OauthRegisteredClient?, resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
Link copied to clipboard
fun AuthenticationLog.copy(resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog
fun OauthAuthorization.copy(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
fun OauthAuthorizationConsent.copy(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
fun OauthAuthorizationConsentId.copy(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): OauthAuthorizationConsentId
fun OauthRegisteredClient.copy(resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
Link copied to clipboard
fun KNonNullEmbeddedPropExpression<OauthAuthorizationConsentId>.fetchBy(block: OauthAuthorizationConsentIdFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsentId>
fun KNullableEmbeddedPropExpression<OauthAuthorizationConsentId>.fetchBy(block: OauthAuthorizationConsentIdFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsentId?>
fun KNonNullTable<AuthenticationLog>.fetchBy(block: AuthenticationLogFetcherDsl.() -> Unit): Selection<AuthenticationLog>
fun KNonNullTable<OauthAuthorizationConsent>.fetchBy(block: OauthAuthorizationConsentFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsent>
fun KNonNullTable<OauthAuthorization>.fetchBy(block: OauthAuthorizationFetcherDsl.() -> Unit): Selection<OauthAuthorization>
fun KNonNullTable<OauthRegisteredClient>.fetchBy(block: OauthRegisteredClientFetcherDsl.() -> Unit): Selection<OauthRegisteredClient>
fun KNullableTable<AuthenticationLog>.fetchBy(block: AuthenticationLogFetcherDsl.() -> Unit): Selection<AuthenticationLog?>
fun KNullableTable<OauthAuthorizationConsent>.fetchBy(block: OauthAuthorizationConsentFetcherDsl.() -> Unit): Selection<OauthAuthorizationConsent?>
fun KNullableTable<OauthAuthorization>.fetchBy(block: OauthAuthorizationFetcherDsl.() -> Unit): Selection<OauthAuthorization?>
fun KNullableTable<OauthRegisteredClient>.fetchBy(block: OauthRegisteredClientFetcherDsl.() -> Unit): Selection<OauthRegisteredClient?>
Link copied to clipboard
fun OauthAuthorization(resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
fun OauthAuthorization(base: OauthAuthorization?, resolveImmediately: Boolean = false, block: OauthAuthorizationDraft.() -> Unit): OauthAuthorization
Link copied to clipboard
fun OauthAuthorizationConsent(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
fun OauthAuthorizationConsent(base: OauthAuthorizationConsent?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentDraft.() -> Unit): OauthAuthorizationConsent
Link copied to clipboard
fun OauthAuthorizationConsentId(resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): OauthAuthorizationConsentId
fun OauthAuthorizationConsentId(base: OauthAuthorizationConsentId?, resolveImmediately: Boolean = false, block: OauthAuthorizationConsentIdDraft.() -> Unit): OauthAuthorizationConsentId
Link copied to clipboard
fun OauthRegisteredClient(resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient
fun OauthRegisteredClient(base: OauthRegisteredClient?, resolveImmediately: Boolean = false, block: OauthRegisteredClientDraft.() -> Unit): OauthRegisteredClient