Uses of Class
pl.edu.icm.unity.engine.api.authn.remote.RemoteGroupMembership
-
Packages that use RemoteGroupMembership Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of RemoteGroupMembership in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return types with arguments of type RemoteGroupMembership Modifier and Type Method Description java.util.Map<java.lang.String,RemoteGroupMembership>
RemotelyAuthenticatedInput. getGroups()
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemoteGroupMembership Modifier and Type Method Description void
RemotelyAuthenticatedInput. addGroup(RemoteGroupMembership group)
Method parameters in pl.edu.icm.unity.engine.api.authn.remote with type arguments of type RemoteGroupMembership Modifier and Type Method Description void
RemotelyAuthenticatedInput. setGroups(java.util.List<RemoteGroupMembership> groups)
-