| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
authentication |
protected Encryption |
encryption |
| Constructor and Description |
|---|
DefaultSecurity()
Creates an instance of defaultSecurity.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authentication()
Returns the attribute authentication.
|
void |
authentication(Authentication authentication)
Sets the attribute authentication.
|
Encryption |
encryption()
Returns the attribute encryption.
|
void |
encryption(Encryption encryption)
Sets the attribute encryption.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected Authentication authentication
protected Encryption encryption
public Authentication authentication()
Securityauthentication in interface Securitypublic Encryption encryption()
Securityencryption in interface Securitypublic void authentication(Authentication authentication)
Securityauthentication in interface Securityauthentication - value of authenticationpublic void encryption(Encryption encryption)
Securityencryption in interface Securityencryption - value of encryptionCopyright © 2017. All rights reserved.