pub enum ProviderModelEnum {
LdapPeriodLdapprovider,
Oauth2PeriodOauth2provider,
ProxyPeriodProxyprovider,
RacPeriodRacprovider,
RadiusPeriodRadiusprovider,
SamlPeriodSamlprovider,
ScimPeriodScimprovider,
}
Expand description
ProviderModelEnum : * authentik_providers_ldap.ldapprovider
- authentik_providers_ldap.ldapprovider * authentik_providers_oauth2.oauth2provider
- authentik_providers_oauth2.oauth2provider * authentik_providers_proxy.proxyprovider
- authentik_providers_proxy.proxyprovider * authentik_providers_rac.racprovider
- authentik_providers_rac.racprovider * authentik_providers_radius.radiusprovider
- authentik_providers_radius.radiusprovider * authentik_providers_saml.samlprovider
- authentik_providers_saml.samlprovider * authentik_providers_scim.scimprovider
- authentik_providers_scim.scimprovider
authentik_providers_ldap.ldapprovider
- authentik_providers_ldap.ldapprovider *authentik_providers_oauth2.oauth2provider
- authentik_providers_oauth2.oauth2provider *authentik_providers_proxy.proxyprovider
- authentik_providers_proxy.proxyprovider *authentik_providers_rac.racprovider
- authentik_providers_rac.racprovider *authentik_providers_radius.radiusprovider
- authentik_providers_radius.radiusprovider *authentik_providers_saml.samlprovider
- authentik_providers_saml.samlprovider *authentik_providers_scim.scimprovider
- authentik_providers_scim.scimprovider
Variants§
LdapPeriodLdapprovider
Oauth2PeriodOauth2provider
ProxyPeriodProxyprovider
RacPeriodRacprovider
RadiusPeriodRadiusprovider
SamlPeriodSamlprovider
ScimPeriodScimprovider
Trait Implementations§
Source§impl Clone for ProviderModelEnum
impl Clone for ProviderModelEnum
Source§fn clone(&self) -> ProviderModelEnum
fn clone(&self) -> ProviderModelEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProviderModelEnum
impl Debug for ProviderModelEnum
Source§impl Default for ProviderModelEnum
impl Default for ProviderModelEnum
Source§fn default() -> ProviderModelEnum
fn default() -> ProviderModelEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderModelEnum
impl<'de> Deserialize<'de> for ProviderModelEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ProviderModelEnum
impl Hash for ProviderModelEnum
Source§impl Ord for ProviderModelEnum
impl Ord for ProviderModelEnum
Source§fn cmp(&self, other: &ProviderModelEnum) -> Ordering
fn cmp(&self, other: &ProviderModelEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProviderModelEnum
impl PartialEq for ProviderModelEnum
Source§impl PartialOrd for ProviderModelEnum
impl PartialOrd for ProviderModelEnum
Source§impl Serialize for ProviderModelEnum
impl Serialize for ProviderModelEnum
Source§impl ToString for ProviderModelEnum
impl ToString for ProviderModelEnum
impl Copy for ProviderModelEnum
impl Eq for ProviderModelEnum
impl StructuralPartialEq for ProviderModelEnum
Auto Trait Implementations§
impl Freeze for ProviderModelEnum
impl RefUnwindSafe for ProviderModelEnum
impl Send for ProviderModelEnum
impl Sync for ProviderModelEnum
impl Unpin for ProviderModelEnum
impl UnwindSafe for ProviderModelEnum
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.