|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageSecurityConfig
Defines the message layer specific provider configurations of the application server. All of the providers within a message-security-config element must be able to perform authentication processing at the message layer defined by the value of the auth-layer attribute.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
java.lang.String |
getAuthLayer()
Gets the value of the authLayer property. |
java.lang.String |
getDefaultClientProvider()
Gets the value of the defaultClientProvider property. |
java.lang.String |
getDefaultProvider()
Gets the value of the defaultProvider property. |
java.util.List<ProviderConfig> |
getProviderConfig()
Gets the value of the providerConfig property. |
void |
setAuthLayer(java.lang.String value)
Sets the value of the authLayer property. |
void |
setDefaultClientProvider(java.lang.String value)
Sets the value of the defaultClientProvider property. |
void |
setDefaultProvider(java.lang.String value)
Sets the value of the defaultProvider property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
@NotNull java.lang.String getAuthLayer()
String
void setAuthLayer(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") java.lang.String getDefaultProvider()
String
void setDefaultProvider(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") java.lang.String getDefaultClientProvider()
String
void setDefaultClientProvider(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.util.List<ProviderConfig> getProviderConfig()
set method for the providerConfig property.
For example, to add a new item, do as follows:
getProviderConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||