pub struct HttpSloNotifier { /* private fields */ }Expand description
HTTP POST form notifier (compiled only with sso-http).
HTTP POST 表单通知器(仅 sso-http 时编译)。
Implementations§
Trait Implementations§
Source§impl Default for HttpSloNotifier
Available on crate feature sso-http only.
impl Default for HttpSloNotifier
Available on crate feature
sso-http only.Source§impl SloNotifier for HttpSloNotifier
impl SloNotifier for HttpSloNotifier
Source§fn notify_logout<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
logout_url: &'life1 str,
login_id: &'life2 str,
) -> Pin<Box<dyn Future<Output = SaTokenResult<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn notify_logout<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
logout_url: &'life1 str,
login_id: &'life2 str,
) -> Pin<Box<dyn Future<Output = SaTokenResult<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Notify one client logout URL.
通知单个客户端登出 URL。
Auto Trait Implementations§
impl !RefUnwindSafe for HttpSloNotifier
impl !UnwindSafe for HttpSloNotifier
impl Freeze for HttpSloNotifier
impl Send for HttpSloNotifier
impl Sync for HttpSloNotifier
impl Unpin for HttpSloNotifier
impl UnsafeUnpin for HttpSloNotifier
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