Package org.openiam.idm.srvc.role.dto
Class RoleSetAdapter
-
@Deprecated public class RoleSetAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<RoleSet,Set<Role>>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description RoleSetAdapter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RoleSetmarshal(Set<Role> b)Deprecated.Set<Role>unmarshal(RoleSet v)Deprecated.
-