open class DropProjectSecurityConfig: Any
      
Constructors
| Name | Description | 
|---|---|
| constructor() | Definitions and configurations related with Security and Role Based Access Control. | 
Methods
configure
        open fun configure(http: HttpSecurity)
      
Parameters
| Name | Description | 
|---|---|
| http: HttpSecurity | 
ReturnValue
| Name | Description | 
|---|---|
| Unit | 
configure
        open fun configure(web: WebSecurity)
      
Parameters
| Name | Description | 
|---|---|
| web: WebSecurity | 
ReturnValue
| Name | Description | 
|---|---|
| Unit | 
Definitions and configurations related with Security and Role Based Access Control.