Set a Login Handler to be used if and only if a challenge request has
a realm parameter matching the provided realm.
the realm upon which to apply the loginHandler.the login handler to use for the provided realm.
Namespace:
Kaazing.Security
Assembly:
Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public MustOverride Sub SetRealmLoginHandler ( _
realm As String, _
loginHandler As LoginHandler _
) |
Visual C++ |
---|
public:
virtual void SetRealmLoginHandler(
String^ realm,
LoginHandler^ loginHandler
) abstract |
See Also