public class AuthenticateUser extends AuthenticateUserParams implements com.exalead.util.Checkable, java.io.Serializable
AuthenticateUserParams.OptParams
Modifier and Type | Field and Description |
---|---|
java.lang.String |
securitySourceName |
checkUserPassword, DEFAULT_CHECK_USER_PASSWORD, optParams, userLogin, userPassword
Constructor and Description |
---|
AuthenticateUser() |
AuthenticateUser(AuthenticateUser o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this AuthenticateUser.
|
static AuthenticateUser |
fromString(java.lang.String s)
String representation of this AuthenticateUser.
|
java.lang.String |
getSecuritySourceName()
The security source on which the user should be identified.
|
AuthenticateUser |
makeCopy()
Creates and returns a deep copy of this AuthenticateUser.
|
static AuthenticateUser |
readFrom(java.io.InputStream is)
Read this AuthenticateUser from an XML fragment.
|
void |
setSecuritySourceName(java.lang.String securitySourceName)
The security source on which the user should be identified.
|
java.lang.String |
toString()
String representation of this AuthenticateUser.
|
AuthenticateUser |
withCheckUserPassword(boolean checkUserPassword) |
AuthenticateUser |
withCheckUserPassword(java.lang.Boolean checkUserPassword) |
AuthenticateUser |
withOptParams(java.util.Collection<KeyValue> __values) |
AuthenticateUser |
withOptParams(KeyValue... __values) |
AuthenticateUser |
withSecuritySourceName(java.lang.String securitySourceName) |
AuthenticateUser |
withUserLogin(java.lang.String userLogin) |
AuthenticateUser |
withUserPassword(java.lang.String userPassword) |
void |
writeTo(java.io.OutputStream os)
Write this AuthenticateUser as an XML fragment
|
getOptParams, getUserLogin, getUserPassword, isCheckUserPassword, setCheckUserPassword, setOptParams, setUserLogin, setUserPassword, withOptParams
public AuthenticateUser()
public AuthenticateUser(AuthenticateUser o)
public AuthenticateUser withUserLogin(java.lang.String userLogin)
withUserLogin
in class AuthenticateUserParams
public AuthenticateUser withUserPassword(java.lang.String userPassword)
withUserPassword
in class AuthenticateUserParams
public AuthenticateUser withCheckUserPassword(boolean checkUserPassword)
withCheckUserPassword
in class AuthenticateUserParams
public AuthenticateUser withCheckUserPassword(java.lang.Boolean checkUserPassword)
withCheckUserPassword
in class AuthenticateUserParams
public AuthenticateUser withOptParams(KeyValue... __values)
withOptParams
in class AuthenticateUserParams
public AuthenticateUser withOptParams(java.util.Collection<KeyValue> __values)
withOptParams
in class AuthenticateUserParams
public void setSecuritySourceName(java.lang.String securitySourceName)
public java.lang.String getSecuritySourceName()
public AuthenticateUser withSecuritySourceName(java.lang.String securitySourceName)
public AuthenticateUser makeCopy()
makeCopy
in class AuthenticateUserParams
public static AuthenticateUser readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class AuthenticateUserParams
javax.xml.bind.JAXBException
java.io.IOException
public static AuthenticateUser fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class AuthenticateUserParams
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class AuthenticateUserParams
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.