public class SecurityProperties
extends java.lang.Object
DynamicClient
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PW_DIGEST |
static java.lang.String |
PW_TEXT |
Constructor and Description |
---|
SecurityProperties()
Create a SecurityProperties
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHttpPassword()
Get the current password for HTTP Basic Authentication
|
java.lang.String |
getHttpUsername()
Get the current username for HTTP Basic Authentication
|
java.lang.String |
getWSSPassword()
Get the current password for WS Security specifications - UsernameToken profile
|
java.lang.String |
getWSSPasswordType()
Get the current password type for WS Security specifications - UsernameToken profile
|
java.lang.Integer |
getWSSTimeToLive()
Get LifeTime in seconds for WS Security specifications - Timestamp
|
java.lang.String |
getWSSUsername()
Get the current username for WS Security specifications - UsernameToken profile
|
java.lang.Boolean |
isWSSMustUnderstand()
Get mustUnderstand flag for WS Security specifications - UsernameToken profile
|
void |
setHttpPassword(java.lang.String httpPassword)
Set the current password for HTTP Basic Authentication
|
void |
setHttpUsername(java.lang.String httpUsername)
Set the current username for HTTP Basic Authentication
|
void |
setWSSMustUnderstand(boolean WSSMustUnderstand)
Set mustUnderstand flag for WS Security specifications - UsernameToken profile
|
void |
setWSSPassword(java.lang.String WSSPassword)
Set the current password for WS Security specifications - UsernameToken profile
|
void |
setWSSPasswordType(java.lang.String WSSPasswordType)
Set the current password type for WS Security specifications - UsernameToken profile
|
void |
setWSSTimeToLive(int WSSTimeToLive)
Set LifeTime in seconds for WS Security specifications - Timestamp
|
void |
setWSSUsername(java.lang.String WSSUsername)
Set the current username for WS Security specifications - UsernameToken profile
|
public static final java.lang.String PW_TEXT
public static final java.lang.String PW_DIGEST
public java.lang.String getHttpUsername()
public void setHttpUsername(java.lang.String httpUsername)
httpUsername
- value of http usernamepublic java.lang.String getHttpPassword()
public void setHttpPassword(java.lang.String httpPassword)
httpPassword
- value of http passwordpublic java.lang.String getWSSUsername()
public void setWSSUsername(java.lang.String WSSUsername)
WSSUsername
- value of wss usernamepublic java.lang.String getWSSPassword()
public void setWSSPassword(java.lang.String WSSPassword)
WSSPassword
- value of wss passwordpublic java.lang.String getWSSPasswordType()
public void setWSSPasswordType(java.lang.String WSSPasswordType)
WSSPassword
- type value of wss passwordpublic java.lang.Boolean isWSSMustUnderstand()
public void setWSSMustUnderstand(boolean WSSMustUnderstand)
wSSMustUnderstand
- mustUnderstand flagpublic java.lang.Integer getWSSTimeToLive()
public void setWSSTimeToLive(int WSSTimeToLive)
wSSLifeTime
- in seconds