Class MappedGroup
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.translation.in.MappedGroup
-
public class MappedGroup extends Object
Mapped group: name and flag stating whether it should be created if missing.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description MappedGroup(String group, GroupEffectMode createIfMissing, String idp, String profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupEffectMode
getCreateIfMissing()
String
getGroup()
String
getIdp()
String
getProfile()
void
setCreateIfMissing(GroupEffectMode createIfMissing)
void
setGroup(String group)
String
toString()
-
-
-
Constructor Detail
-
MappedGroup
public MappedGroup(String group, GroupEffectMode createIfMissing, String idp, String profile)
-
-
Method Detail
-
getGroup
public String getGroup()
-
setGroup
public void setGroup(String group)
-
getCreateIfMissing
public GroupEffectMode getCreateIfMissing()
-
setCreateIfMissing
public void setCreateIfMissing(GroupEffectMode createIfMissing)
-
getIdp
public String getIdp()
-
getProfile
public String getProfile()
-
-