Package nl.b3p.commons.services
Class B3PCredentials
- java.lang.Object
-
- nl.b3p.commons.services.B3PCredentials
-
public class B3PCredentials extends Object
- Author:
- chris van lith
-
-
Constructor Summary
Constructors Constructor Description B3PCredentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetUrl()StringgetUserName()booleanisPreemptive()voidsetPassword(String password)voidsetPreemptive(boolean preemptive)voidsetUrl(String url)voidsetUserName(String userName)
-
-
-
Method Detail
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String userName)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getUrl
public String getUrl()
- Returns:
- the url
-
setUrl
public void setUrl(String url)
- Parameters:
url- the url to set
-
isPreemptive
public boolean isPreemptive()
- Returns:
- the preemptive
-
setPreemptive
public void setPreemptive(boolean preemptive)
- Parameters:
preemptive- the preemptive to set
-
-