Package com.netscape.certsrv.account
Class AccountInfo.RolesAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<AccountInfo.RoleList,java.util.Collection<java.lang.String>>
-
- com.netscape.certsrv.account.AccountInfo.RolesAdapter
-
- Enclosing class:
- AccountInfo
public static class AccountInfo.RolesAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<AccountInfo.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 AccountInfo.RoleList
marshal(java.util.Collection<java.lang.String> roles)
java.util.Collection<java.lang.String>
unmarshal(AccountInfo.RoleList list)
-
-
-
Method Detail
-
marshal
public AccountInfo.RoleList marshal(java.util.Collection<java.lang.String> roles)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<AccountInfo.RoleList,java.util.Collection<java.lang.String>>
-
unmarshal
public java.util.Collection<java.lang.String> unmarshal(AccountInfo.RoleList list)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<AccountInfo.RoleList,java.util.Collection<java.lang.String>>
-
-