Uses of Class
pl.edu.icm.unity.engine.api.authn.remote.RemoteAttribute
-
Packages that use RemoteAttribute Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of RemoteAttribute 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 RemoteAttribute Modifier and Type Method Description Map<String,RemoteAttribute>
RemotelyAuthenticatedInput. getAttributes()
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemoteAttribute Modifier and Type Method Description void
RemotelyAuthenticatedInput. addAttribute(RemoteAttribute attribute)
Method parameters in pl.edu.icm.unity.engine.api.authn.remote with type arguments of type RemoteAttribute Modifier and Type Method Description void
RemotelyAuthenticatedInput. setAttributes(List<RemoteAttribute> attributes)
-