Uses of Enum Class
org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
Packages that use ServerSession.AuthenticationMethod
-
Uses of ServerSession.AuthenticationMethod in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as ServerSession.AuthenticationMethodModifier and TypeFieldDescriptionprotected ServerSession.AuthenticationMethodLocalServerSession.authenticationMethodThe method that was used to authenticate this session.Methods in org.jivesoftware.openfire.session that return ServerSession.AuthenticationMethodModifier and TypeMethodDescriptionLocalServerSession.getAuthenticationMethod()Obtain method that was used to authenticate this session.RemoteIncomingServerSession.getAuthenticationMethod()RemoteOutgoingServerSession.getAuthenticationMethod()ServerSession.getAuthenticationMethod()Obtain method that was used to authenticate this session.Returns the enum constant of this class with the specified name.static ServerSession.AuthenticationMethod[]ServerSession.AuthenticationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.session with parameters of type ServerSession.AuthenticationMethodModifier and TypeMethodDescriptionvoidLocalServerSession.setAuthenticationMethod(ServerSession.AuthenticationMethod authenticationMethod) Set the method that was used to authenticate this session.