public class SecurityPolicy extends Object
| Constructor and Description |
|---|
SecurityPolicy() |
| Modifier and Type | Method and Description |
|---|---|
AntiLeech |
getAntiLeech() |
AuthInfo |
getAuth() |
Encryption |
getEncryption() |
String |
getName() |
void |
setAntiLeech(AntiLeech antiLeech) |
void |
setAuth(AuthInfo auth) |
void |
setEncryption(Encryption encryption) |
void |
setName(String name) |
String |
toString() |
SecurityPolicy |
withAntiLeech(AntiLeech antiLeech) |
SecurityPolicy |
withAuth(AuthInfo auth) |
SecurityPolicy |
withEncryption(Encryption encryption) |
SecurityPolicy |
withName(String name) |
public String getName()
public void setName(String name)
public SecurityPolicy withName(String name)
public AuthInfo getAuth()
public void setAuth(AuthInfo auth)
public SecurityPolicy withAuth(AuthInfo auth)
public AntiLeech getAntiLeech()
public void setAntiLeech(AntiLeech antiLeech)
public SecurityPolicy withAntiLeech(AntiLeech antiLeech)
public Encryption getEncryption()
public void setEncryption(Encryption encryption)
public SecurityPolicy withEncryption(Encryption encryption)
Copyright © 2020. All rights reserved.