public class WebsocketValidationConfigs extends Object
Java class for WebsocketValidationConfigs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebsocketValidationConfigs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Authenticator" type="{}Authenticator"/>
<element name="Authorizer" type="{}Authorizer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Authenticator |
authenticator |
protected Authorizer |
authorizer |
| Constructor and Description |
|---|
WebsocketValidationConfigs() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
getAuthenticator()
Gets the value of the authenticator property.
|
Authorizer |
getAuthorizer()
Gets the value of the authorizer property.
|
void |
setAuthenticator(Authenticator value)
Sets the value of the authenticator property.
|
void |
setAuthorizer(Authorizer value)
Sets the value of the authorizer property.
|
protected Authenticator authenticator
protected Authorizer authorizer
public Authenticator getAuthenticator()
Authenticatorpublic void setAuthenticator(Authenticator value)
value - allowed object is
Authenticatorpublic Authorizer getAuthorizer()
Authorizerpublic void setAuthorizer(Authorizer value)
value - allowed object is
AuthorizerCopyright © 2016 WSO2. All rights reserved.