Interface EntityExternalIdentifierTypeContract
- All Superinterfaces:
Coded,CodedAttributeContract,GloballyUnique,Inactivatable,Versioned
- All Known Implementing Classes:
EntityExternalIdentifierType,EntityExternalIdentifierType.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThis value determines if the encryption is required for this type.Methods inherited from interface org.kuali.rice.kim.api.identity.CodedAttributeContract
getName, getSortCodeMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
isEncryptionRequired
boolean isEncryptionRequired()This value determines if the encryption is required for this type.- Returns:
- the boolean value representing if encryption is required for this type
-