public class ServletSecurityInfoProxy extends Object
| Constructor and Description |
|---|
ServletSecurityInfoProxy() |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic |
getEmptyRoleSemantic() |
List<ServletSecurityInfoProxy> |
getHttpMethodSecurityInfo() |
Set<String> |
getRolesAllowed() |
io.undertow.servlet.api.TransportGuaranteeType |
getTransportGuaranteeType() |
ServletSecurityInfoProxy |
setEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic) |
ServletSecurityInfoProxy |
setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType) |
public List<ServletSecurityInfoProxy> getHttpMethodSecurityInfo()
public io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic getEmptyRoleSemantic()
public ServletSecurityInfoProxy setEmptyRoleSemantic(io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic emptyRoleSemantic)
public io.undertow.servlet.api.TransportGuaranteeType getTransportGuaranteeType()
public ServletSecurityInfoProxy setTransportGuaranteeType(io.undertow.servlet.api.TransportGuaranteeType transportGuaranteeType)
Copyright © 2020 JBoss by Red Hat. All rights reserved.