Uses of Interface
com.icegreen.greenmail.smtp.auth.AuthenticationState
-
Packages that use AuthenticationState Package Description com.icegreen.greenmail.mail com.icegreen.greenmail.smtp.auth -
-
Uses of AuthenticationState in com.icegreen.greenmail.mail
Methods in com.icegreen.greenmail.mail that return AuthenticationState Modifier and Type Method Description AuthenticationStateMovingMessage. getAuthenticationState()Retrieves the state object with the data used for authentication.Methods in com.icegreen.greenmail.mail with parameters of type AuthenticationState Modifier and Type Method Description voidMovingMessage. setAuthenticationState(AuthenticationState authenticationState)Retrieves the state object with the data used for authentication. -
Uses of AuthenticationState in com.icegreen.greenmail.smtp.auth
Classes in com.icegreen.greenmail.smtp.auth that implement AuthenticationState Modifier and Type Class Description classLoginAuthenticationStateDetails from theAuthCommand.AuthMechanism.LOGINauthorization mechanism, when that mechanism was used for authentication.classPlainAuthenticationStateDetails from theAuthCommand.AuthMechanism.PLAINauthorization mechanism, when that mechanism was used for authentication.
-