Package com.netscape.certsrv.account
Class Account.RolesAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>
-
- com.netscape.certsrv.account.Account.RolesAdapter
-
- Enclosing class:
- Account
public static class Account.RolesAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>
-
-
Constructor Summary
Constructors Constructor Description RolesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.RoleList
marshal(java.util.Collection<java.lang.String> roles)
java.util.Collection<java.lang.String>
unmarshal(Account.RoleList list)
-
-
-
Method Detail
-
marshal
public Account.RoleList marshal(java.util.Collection<java.lang.String> roles)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>
-
unmarshal
public java.util.Collection<java.lang.String> unmarshal(Account.RoleList list)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>
-
-