public class EjbIORConfigurationDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_REALM |
static String |
NONE |
static String |
REQUIRED |
static String |
SUPPORTED |
static String |
USERNAME_PASSWORD |
Constructor and Description |
---|
EjbIORConfigurationDescriptor()
Default constructor.
|
EjbIORConfigurationDescriptor(boolean enableUsernamePassword)
Constuctor
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationMethod()
Return the authentication method used to authenticate clients.
|
String |
getCallerPropagation()
Return the value of identity assertion in the SAS_Context layer.
|
String |
getConfidentiality()
Get the value of the confidentiality element.
|
String |
getEstablishTrustInClient()
Get the value of establishTrustInClient in the transport layer.
|
String |
getEstablishTrustInTarget()
Get the value of establishTrustInTarget in the transport layer.
|
String |
getIntegrity()
Get the value of the integrity element.
|
String |
getRealmName()
Return the realm name to authenticate the caller in.
|
boolean |
isAuthMethodRequired()
Get whether the establishTrustInClient element is required
in the AS_context.
|
void |
print(StringBuilder toStringBuilder)
Returns a formatted String of the attributes of this object.
|
void |
setAuthenticationMethod(String val)
Set the authentication method used to authenticate clients.
|
void |
setAuthMethodRequired(boolean val)
Set whether the establishTrustInClient element should be required
in the AS_context.
|
void |
setAuthMethodRequired(String val)
Set whether the establishTrustInClient element should be required
in the AS_context.
|
void |
setCallerPropagation(String val)
Set the value of identity assertion in the SAS_Context layer.
|
void |
setConfidentiality(String val)
Set the value of the confidentiality element to the specified value.
|
void |
setEstablishTrustInClient(String val)
Set the value of establishTrustInClient in the transport layer.
|
void |
setEstablishTrustInTarget(String val)
Set the value of establishTrustInTarget in the transport layer.
|
void |
setIntegrity(String val)
Set the value of the integrity element to the specified value.
|
void |
setRealmName(String val)
Set the realm name to authenticate the caller in.
|
public static final String NONE
public static final String SUPPORTED
public static final String REQUIRED
public static final String USERNAME_PASSWORD
public static final String DEFAULT_REALM
public EjbIORConfigurationDescriptor()
public EjbIORConfigurationDescriptor(boolean enableUsernamePassword)
enableUsernamePassword
- public String getIntegrity()
public void setIntegrity(String val)
val
- the value (one of supported, required, none).public String getConfidentiality()
public void setConfidentiality(String val)
val
- the value (one of supported, required, none).public String getEstablishTrustInTarget()
public void setEstablishTrustInTarget(String val)
val
- the value (required, supported, or none)public String getEstablishTrustInClient()
public void setEstablishTrustInClient(String val)
val
- the value (required, supported, or none)public String getAuthenticationMethod()
public void setAuthenticationMethod(String val)
val
- the authentication method.public String getRealmName()
public void setRealmName(String val)
val
- the realm name.public String getCallerPropagation()
public void setCallerPropagation(String val)
val
- the value (one of none, required or supported).public boolean isAuthMethodRequired()
public void setAuthMethodRequired(boolean val)
val
- the value (true or false).public void setAuthMethodRequired(String val)
val
- the value (true or false).public void print(StringBuilder toStringBuilder)
toStringBuilder
- Copyright © 2019. All rights reserved.