Uses of Class
org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
-
Packages that use ServerSession.AuthenticationMethod Package Description org.jivesoftware.openfire.session -
-
Uses of ServerSession.AuthenticationMethod in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as ServerSession.AuthenticationMethod Modifier and Type Field Description protected ServerSession.AuthenticationMethod
LocalServerSession. authenticationMethod
The method that was used to authenticate this session.Methods in org.jivesoftware.openfire.session that return ServerSession.AuthenticationMethod Modifier and Type Method Description ServerSession.AuthenticationMethod
LocalServerSession. getAuthenticationMethod()
Obtain method that was used to authenticate this session.ServerSession.AuthenticationMethod
RemoteIncomingServerSession. getAuthenticationMethod()
ServerSession.AuthenticationMethod
RemoteOutgoingServerSession. getAuthenticationMethod()
ServerSession.AuthenticationMethod
ServerSession. getAuthenticationMethod()
Obtain method that was used to authenticate this session.static ServerSession.AuthenticationMethod
ServerSession.AuthenticationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerSession.AuthenticationMethod[]
ServerSession.AuthenticationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.session with parameters of type ServerSession.AuthenticationMethod Modifier and Type Method Description void
LocalServerSession. setAuthenticationMethod(ServerSession.AuthenticationMethod authenticationMethod)
Set the method that was used to authenticate this session.
-