public class DomainJoinCredentials extends Object
| Constructor and Description |
|---|
DomainJoinCredentials()
Initializes a new instance of the DomainJoinCredentials class.
|
DomainJoinCredentials(String userName,
String password)
Initializes a new instance of the DomainJoinCredentials class with
required arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Optional.
|
String |
getPassword()
Required.
|
String |
getUserName()
Required.
|
void |
setDomain(String domainValue)
Optional.
|
void |
setPassword(String passwordValue)
Required.
|
void |
setUserName(String userNameValue)
Required.
|
public DomainJoinCredentials()
public String getDomain()
public void setDomain(String domainValue)
domainValue - The Domain value.public String getPassword()
public void setPassword(String passwordValue)
passwordValue - The Password value.public String getUserName()
public void setUserName(String userNameValue)
userNameValue - The UserName value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/