Package | Description |
---|---|
org.kuali.rice.kns.document.authorization |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.datadictionary.mask | |
org.kuali.rice.krad.uif.field |
Modifier and Type | Method and Description |
---|---|
MaskFormatter |
FieldRestriction.getMaskFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessObjectRestrictionsBase.addFullyMaskedField(String fieldName,
MaskFormatter maskFormatter) |
void |
BusinessObjectRestrictions.addFullyMaskedField(String fieldName,
MaskFormatter maskFormatter) |
void |
BusinessObjectRestrictionsBase.addPartiallyMaskedField(String fieldName,
MaskFormatter maskFormatter) |
void |
BusinessObjectRestrictions.addPartiallyMaskedField(String fieldName,
MaskFormatter maskFormatter) |
void |
FieldRestriction.setMaskFormatter(MaskFormatter maskFormatter) |
Modifier and Type | Method and Description |
---|---|
MaskFormatter |
AttributeSecurity.getMaskFormatter() |
MaskFormatter |
AttributeSecurity.getPartialMaskFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeSecurity.setMaskFormatter(MaskFormatter maskFormatter) |
void |
AttributeSecurity.setPartialMaskFormatter(MaskFormatter partialMaskFormatter) |
Modifier and Type | Class and Description |
---|---|
class |
MaskFormatterLiteral
The maskLiteral element is used to completely hide the field value for
unauthorized users.
|
class |
MaskFormatterSubString
The maskTo element is to used hide the beginning part of the value for
unauthorized users.
|
Modifier and Type | Field and Description |
---|---|
protected MaskFormatter |
Mask.maskFormatter |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends MaskFormatter> |
Mask.maskFormatterClass |
Modifier and Type | Method and Description |
---|---|
MaskFormatter |
Mask.getMaskFormatter()
Gets the maskFormatter attribute.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends MaskFormatter> |
Mask.getMaskFormatterClass()
Gets the maskFormatterClass attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Mask.setMaskFormatter(MaskFormatter maskFormatter) |
Modifier and Type | Method and Description |
---|---|
void |
Mask.setMaskFormatterClass(Class<? extends MaskFormatter> maskFormatterClass) |
Modifier and Type | Method and Description |
---|---|
MaskFormatter |
DataField.getMaskFormatter()
MaskFormatter instance that will be used to mask the field value when
DataField.isApplyMask() is true |
Modifier and Type | Method and Description |
---|---|
void |
DataField.setMaskFormatter(MaskFormatter maskFormatter)
Setter for the MaskFormatter instance to apply when the value is masked
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.