public static class SecurityProperties.Basic extends Object
Constructor and Description |
---|
SecurityProperties.Basic() |
Modifier and Type | Method and Description |
---|---|
SecurityAuthorizeMode |
getAuthorizeMode() |
String[] |
getPath() |
String |
getRealm() |
boolean |
isEnabled() |
void |
setAuthorizeMode(SecurityAuthorizeMode authorizeMode) |
void |
setEnabled(boolean enabled) |
void |
setPath(String... paths) |
void |
setRealm(String realm) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getRealm()
public void setRealm(String realm)
public String[] getPath()
public void setPath(String... paths)
public SecurityAuthorizeMode getAuthorizeMode()
public void setAuthorizeMode(SecurityAuthorizeMode authorizeMode)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.