Uses of Class
pl.edu.icm.unity.engine.api.authn.remote.RemoteIdentity
-
Packages that use RemoteIdentity Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of RemoteIdentity 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 RemoteIdentity Modifier and Type Method Description Map<String,RemoteIdentity>
RemotelyAuthenticatedInput. getIdentities()
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemoteIdentity Modifier and Type Method Description void
RemotelyAuthenticatedInput. addIdentity(RemoteIdentity gm)
Method parameters in pl.edu.icm.unity.engine.api.authn.remote with type arguments of type RemoteIdentity Modifier and Type Method Description void
RemotelyAuthenticatedInput. setIdentities(List<RemoteIdentity> identities)
-