Uses of Class
net.bis5.mattermost.model.AuthService
-
Packages that use AuthService Package Description net.bis5.mattermost.model -
-
Uses of AuthService in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return AuthService Modifier and Type Method Description AuthServiceUser. getAuthService()AuthServiceSwitchRequest. getCurrentService()AuthServiceSwitchRequest. getNewService()static AuthServiceAuthService. of(String code)static AuthServiceAuthService. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthService[]AuthService. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bis5.mattermost.model with parameters of type AuthService Modifier and Type Method Description voidUser. setAuthService(AuthService authService)voidSwitchRequest. setCurrentService(AuthService currentService)voidSwitchRequest. setNewService(AuthService newService)
-