Package de.aristaflow.ilm.model.orgmodel
Class Transformation
java.lang.Object
de.aristaflow.ilm.model.orgmodel.Transformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <I extends TransientEntity>
IfillEntity(Entity entity, AttributeMetaData amd, I ret) protected static EntityfillEntity(TransientEntity entity, AttributeMetaData amd, Entity ret) static EntityfromIlm(Entity entity, AttributeMetaData amd) static EntityTypefromIlm(EntityType type) static EntityfromIlm(TransientEntity entity, AttributeMetaData amd) static EntitytoIlm(Entity entity, AttributeMetaData amd) static EntityTypetoIlm(EntityType type) static OrgPolicyReporttoIlm(OrgPolicyReport opr) static OrgPolicyReport.Entrystatic OrgPolicyReport.Rangestatic PasswordEstimation
-
Constructor Details
-
Transformation
public Transformation()
-
-
Method Details
-
fromIlm
-
fromIlm
-
fromIlm
-
fillEntity
-
toIlm
-
toIlm
- Throws:
OrgModelException- If the data type of an attribute of the designated entity is not provided or invalid, anOrgModelExceptionwill be thrown.
-
fillEntity
protected static <I extends TransientEntity> I fillEntity(Entity entity, AttributeMetaData amd, I ret) throws OrgModelException - Throws:
OrgModelException- If the data type of an attribute of the designated entity is not provided or invalid, anOrgModelExceptionwill be thrown.
-
toIlm
-
toIlm
-
toIlm
-
toIlm
public static PasswordEstimation toIlm(Pair<PasswordStrength.PasswordQuality, PasswordStrength> pair)
-