Uses of Enum Class
org.jivesoftware.openfire.SessionManager.BindResult
Packages that use SessionManager.BindResult
-
Uses of SessionManager.BindResult in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return SessionManager.BindResultModifier and TypeMethodDescriptionstatic SessionManager.BindResultReturns the enum constant of this class with the specified name.static SessionManager.BindResult[]SessionManager.BindResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire that return types with arguments of type SessionManager.BindResultModifier and TypeMethodDescriptionSessionManager.bindResource(LocalClientSession session, AuthToken authToken, String resource) Resolves any resource-binding conflict for the requested full JID and, if the conflict policy permits, binds the resource to the (already authenticated) session - enforcing the single-session-per-full-JID invariant cluster-wide.protected CompletableFuture<SessionManager.BindResult>SessionManager.submitBindTask(Supplier<SessionManager.BindResult> task) Submits the bind-conflict resolution task to the dedicated executor.Method parameters in org.jivesoftware.openfire with type arguments of type SessionManager.BindResultModifier and TypeMethodDescriptionprotected CompletableFuture<SessionManager.BindResult>SessionManager.submitBindTask(Supplier<SessionManager.BindResult> task) Submits the bind-conflict resolution task to the dedicated executor.