KeyStore element in sunsystem not required

This commit is contained in:
root 2016-01-22 15:05:24 -08:00
parent e71ac6f1b3
commit ae6dde9cda

View file

@ -64,7 +64,6 @@ public class KeyDefinition extends SimpleResourceDefinition {
static final ObjectTypeAttributeDefinition KEY_STORE =
ObjectTypeAttributeDefinition.Builder.of(Constants.Model.KEY_STORE,
KeyStoreDefinition.ALL_ATTRIBUTES)
.setAllowNull(false)
.build();
static final SimpleAttributeDefinition[] ATTRIBUTES = {SIGNING, ENCRYPTION};