Package com.seeq.model
Class AuthInputV1
java.lang.Object
com.seeq.model.AuthInputV1
AuthInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthProviderClass
(String authProviderClass) authProviderId
(String authProviderId) boolean
The class of the auth provider for this user.The id of the auth provider for this user.getCode()
The authorization code for OAuth2 authentication.The password of the usergetState()
The state for OAuth2 authenticationThe username of the userint
hashCode()
void
setAuthProviderClass
(String authProviderClass) void
setAuthProviderId
(String authProviderId) void
void
setPassword
(String password) void
void
setUsername
(String username) toString()
-
Constructor Details
-
AuthInputV1
public AuthInputV1()
-
-
Method Details
-
authProviderClass
-
getAuthProviderClass
The class of the auth provider for this user. Leave blank to use the Seeq directory.- Returns:
- authProviderClass
-
setAuthProviderClass
-
authProviderId
-
getAuthProviderId
The id of the auth provider for this user. Leave blank to use the Seeq directory.- Returns:
- authProviderId
-
setAuthProviderId
-
code
-
getCode
The authorization code for OAuth2 authentication.- Returns:
- code
-
setCode
-
password
-
getPassword
The password of the user- Returns:
- password
-
setPassword
-
state
-
getState
The state for OAuth2 authentication- Returns:
- state
-
setState
-
username
-
getUsername
The username of the user- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-