public static class CdsProperties.Security extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CdsProperties.Security.Mock |
static class |
CdsProperties.Security.Xsuaa |
Constructor and Description |
---|
Security() |
Modifier and Type | Method and Description |
---|---|
CdsProperties.Enabled |
getDraftProtection() |
CdsProperties.Enabled |
getInstanceBasedAuthorization() |
CdsProperties.Security.Mock |
getMock() |
CdsProperties.Security.Xsuaa |
getXsuaa() |
boolean |
isAuthenticateUnknownEndpoints() |
boolean |
isOpenUnrestrictedEndpoints() |
void |
setAuthenticateUnknownEndpoints(boolean authenticateUnknownEndpoints) |
void |
setDraftProtection(CdsProperties.Enabled draftProtection) |
void |
setInstanceBasedAuthorization(CdsProperties.Enabled instanceBasedAuthorization) |
void |
setMock(CdsProperties.Security.Mock mock) |
void |
setOpenUnrestrictedEndpoints(boolean openUnrestrictedEndpoints) |
void |
setXsuaa(CdsProperties.Security.Xsuaa xsuaa) |
public boolean isOpenUnrestrictedEndpoints()
public void setOpenUnrestrictedEndpoints(boolean openUnrestrictedEndpoints)
public boolean isAuthenticateUnknownEndpoints()
public void setAuthenticateUnknownEndpoints(boolean authenticateUnknownEndpoints)
public CdsProperties.Enabled getDraftProtection()
public void setDraftProtection(CdsProperties.Enabled draftProtection)
public CdsProperties.Enabled getInstanceBasedAuthorization()
public void setInstanceBasedAuthorization(CdsProperties.Enabled instanceBasedAuthorization)
public CdsProperties.Security.Xsuaa getXsuaa()
public void setXsuaa(CdsProperties.Security.Xsuaa xsuaa)
public CdsProperties.Security.Mock getMock()
public void setMock(CdsProperties.Security.Mock mock)
Copyright © 2020. All rights reserved.